AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.networkmanager.getSite
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
The AWS::NetworkManager::Site type describes a site.
Using getSite
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSite(args: GetSiteArgs, opts?: InvokeOptions): Promise<GetSiteResult>
function getSiteOutput(args: GetSiteOutputArgs, opts?: InvokeOptions): Output<GetSiteResult>
def get_site(global_network_id: Optional[str] = None,
site_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSiteResult
def get_site_output(global_network_id: Optional[pulumi.Input[str]] = None,
site_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSiteResult]
func LookupSite(ctx *Context, args *LookupSiteArgs, opts ...InvokeOption) (*LookupSiteResult, error)
func LookupSiteOutput(ctx *Context, args *LookupSiteOutputArgs, opts ...InvokeOption) LookupSiteResultOutput
> Note: This function is named LookupSite
in the Go SDK.
public static class GetSite
{
public static Task<GetSiteResult> InvokeAsync(GetSiteArgs args, InvokeOptions? opts = null)
public static Output<GetSiteResult> Invoke(GetSiteInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSiteResult> getSite(GetSiteArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:networkmanager:getSite
arguments:
# arguments dictionary
The following arguments are supported:
- Global
Network stringId - The ID of the global network.
- Site
Id string - The ID of the site.
- Global
Network stringId - The ID of the global network.
- Site
Id string - The ID of the site.
- global
Network StringId - The ID of the global network.
- site
Id String - The ID of the site.
- global
Network stringId - The ID of the global network.
- site
Id string - The ID of the site.
- global_
network_ strid - The ID of the global network.
- site_
id str - The ID of the site.
- global
Network StringId - The ID of the global network.
- site
Id String - The ID of the site.
getSite Result
The following output properties are available:
- Created
At string - The date and time that the device was created.
- Description string
- The description of the site.
- Location
Pulumi.
Aws Native. Network Manager. Outputs. Site Location - The location of the site.
- Site
Arn string - The Amazon Resource Name (ARN) of the site.
- Site
Id string - The ID of the site.
- State string
- The state of the site.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags for the site.
- Created
At string - The date and time that the device was created.
- Description string
- The description of the site.
- Location
Site
Location - The location of the site.
- Site
Arn string - The Amazon Resource Name (ARN) of the site.
- Site
Id string - The ID of the site.
- State string
- The state of the site.
- Tag
- The tags for the site.
- created
At String - The date and time that the device was created.
- description String
- The description of the site.
- location
Site
Location - The location of the site.
- site
Arn String - The Amazon Resource Name (ARN) of the site.
- site
Id String - The ID of the site.
- state String
- The state of the site.
- List<Tag>
- The tags for the site.
- created
At string - The date and time that the device was created.
- description string
- The description of the site.
- location
Site
Location - The location of the site.
- site
Arn string - The Amazon Resource Name (ARN) of the site.
- site
Id string - The ID of the site.
- state string
- The state of the site.
- Tag[]
- The tags for the site.
- created_
at str - The date and time that the device was created.
- description str
- The description of the site.
- location
Site
Location - The location of the site.
- site_
arn str - The Amazon Resource Name (ARN) of the site.
- site_
id str - The ID of the site.
- state str
- The state of the site.
- Sequence[root_Tag]
- The tags for the site.
- created
At String - The date and time that the device was created.
- description String
- The description of the site.
- location Property Map
- The location of the site.
- site
Arn String - The Amazon Resource Name (ARN) of the site.
- site
Id String - The ID of the site.
- state String
- The state of the site.
- List<Property Map>
- The tags for the site.
Supporting Types
SiteLocation
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi