We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.networkmanager.getSite
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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)
public static Output<GetSiteResult> getSite(GetSiteArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:networkmanager:getSite
  arguments:
    # arguments dictionaryThe following arguments are supported:
- GlobalNetwork stringId 
- The ID of the global network.
- SiteId string
- The ID of the site.
- GlobalNetwork stringId 
- The ID of the global network.
- SiteId string
- The ID of the site.
- globalNetwork StringId 
- The ID of the global network.
- siteId String
- The ID of the site.
- globalNetwork stringId 
- The ID of the global network.
- siteId string
- The ID of the site.
- global_network_ strid 
- The ID of the global network.
- site_id str
- The ID of the site.
- globalNetwork StringId 
- The ID of the global network.
- siteId String
- The ID of the site.
getSite Result
The following output properties are available:
- CreatedAt 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.
- SiteArn string
- The Amazon Resource Name (ARN) of the site.
- SiteId string
- The ID of the site.
- State string
- The state of the site.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- The tags for the site.
- CreatedAt string
- The date and time that the device was created.
- Description string
- The description of the site.
- Location
SiteLocation 
- The location of the site.
- SiteArn string
- The Amazon Resource Name (ARN) of the site.
- SiteId string
- The ID of the site.
- State string
- The state of the site.
- Tag
- The tags for the site.
- createdAt String
- The date and time that the device was created.
- description String
- The description of the site.
- location
SiteLocation 
- The location of the site.
- siteArn String
- The Amazon Resource Name (ARN) of the site.
- siteId String
- The ID of the site.
- state String
- The state of the site.
- List<Tag>
- The tags for the site.
- createdAt string
- The date and time that the device was created.
- description string
- The description of the site.
- location
SiteLocation 
- The location of the site.
- siteArn string
- The Amazon Resource Name (ARN) of the site.
- siteId 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
SiteLocation 
- 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.
- createdAt 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.
- siteArn String
- The Amazon Resource Name (ARN) of the site.
- siteId 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
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi