1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. outposts
  6. getSite

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi

    Definition of AWS::Outposts::Site Resource Type

    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(site_arn: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetSiteResult
    def get_site_output(site_arn: pulumi.Input[Optional[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:outposts:getSite
      arguments:
        # arguments dictionary
    data "aws-native_outposts_get_site" "name" {
        # arguments
    }

    The following arguments are supported:

    SiteArn string
    SiteArn string
    site_arn string
    siteArn String
    siteArn string
    siteArn String

    getSite Result

    The following output properties are available:

    Supporting Types

    SiteRackPhysicalProperties

    fiber_optic_cable_type "SINGLE_MODE" | "MULTI_MODE"
    maximum_supported_weight_lbs "NO_LIMIT" | "MAX_1400_LBS" | "MAX_1600_LBS" | "MAX_1800_LBS" | "MAX_2000_LBS"
    optical_standard "OPTIC_10GBASE_SR" | "OPTIC_10GBASE_IR" | "OPTIC_10GBASE_LR" | "OPTIC_40GBASE_SR" | "OPTIC_40GBASE_ESR" | "OPTIC_40GBASE_IR4_LR4L" | "OPTIC_40GBASE_LR4" | "OPTIC_100GBASE_SR4" | "OPTIC_100GBASE_CWDM4" | "OPTIC_100GBASE_LR4" | "OPTIC_100G_PSM4_MSA" | "OPTIC_1000BASE_LX" | "OPTIC_1000BASE_SX"
    power_connector "L6_30P" | "IEC309" | "AH530P7W" | "AH532P6W" | "CS8365C"
    power_draw_kva "POWER_5_KVA" | "POWER_10_KVA" | "POWER_15_KVA" | "POWER_30_KVA"
    power_feed_drop "ABOVE_RACK" | "BELOW_RACK"
    power_phase "SINGLE_PHASE" | "THREE_PHASE"
    uplink_count "UPLINK_COUNT_1" | "UPLINK_COUNT_2" | "UPLINK_COUNT_3" | "UPLINK_COUNT_4" | "UPLINK_COUNT_5" | "UPLINK_COUNT_6" | "UPLINK_COUNT_7" | "UPLINK_COUNT_8" | "UPLINK_COUNT_12" | "UPLINK_COUNT_16"
    uplink_gbps "UPLINK_1G" | "UPLINK_10G" | "UPLINK_40G" | "UPLINK_100G"
    fiberOpticCableType "SINGLE_MODE" | "MULTI_MODE"
    maximumSupportedWeightLbs "NO_LIMIT" | "MAX_1400_LBS" | "MAX_1600_LBS" | "MAX_1800_LBS" | "MAX_2000_LBS"
    opticalStandard "OPTIC_10GBASE_SR" | "OPTIC_10GBASE_IR" | "OPTIC_10GBASE_LR" | "OPTIC_40GBASE_SR" | "OPTIC_40GBASE_ESR" | "OPTIC_40GBASE_IR4_LR4L" | "OPTIC_40GBASE_LR4" | "OPTIC_100GBASE_SR4" | "OPTIC_100GBASE_CWDM4" | "OPTIC_100GBASE_LR4" | "OPTIC_100G_PSM4_MSA" | "OPTIC_1000BASE_LX" | "OPTIC_1000BASE_SX"
    powerConnector "L6_30P" | "IEC309" | "AH530P7W" | "AH532P6W" | "CS8365C"
    powerDrawKva "POWER_5_KVA" | "POWER_10_KVA" | "POWER_15_KVA" | "POWER_30_KVA"
    powerFeedDrop "ABOVE_RACK" | "BELOW_RACK"
    powerPhase "SINGLE_PHASE" | "THREE_PHASE"
    uplinkCount "UPLINK_COUNT_1" | "UPLINK_COUNT_2" | "UPLINK_COUNT_3" | "UPLINK_COUNT_4" | "UPLINK_COUNT_5" | "UPLINK_COUNT_6" | "UPLINK_COUNT_7" | "UPLINK_COUNT_8" | "UPLINK_COUNT_12" | "UPLINK_COUNT_16"
    uplinkGbps "UPLINK_1G" | "UPLINK_10G" | "UPLINK_40G" | "UPLINK_100G"

    SiteRackPhysicalPropertiesFiberOpticCableType

    SiteRackPhysicalPropertiesMaximumSupportedWeightLbs

    SiteRackPhysicalPropertiesOpticalStandard

    SiteRackPhysicalPropertiesPowerConnector

    SiteRackPhysicalPropertiesPowerDrawKva

    SiteRackPhysicalPropertiesPowerFeedDrop

    SiteRackPhysicalPropertiesPowerPhase

    SiteRackPhysicalPropertiesUplinkCount

    SiteRackPhysicalPropertiesUplinkGbps

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial