1. Packages
  2. AWS Native
  3. API Docs
  4. controltower
  5. getLandingZone

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.controltower.getLandingZone

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Definition of AWS::ControlTower::LandingZone Resource Type

    Using getLandingZone

    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 getLandingZone(args: GetLandingZoneArgs, opts?: InvokeOptions): Promise<GetLandingZoneResult>
    function getLandingZoneOutput(args: GetLandingZoneOutputArgs, opts?: InvokeOptions): Output<GetLandingZoneResult>
    def get_landing_zone(landing_zone_identifier: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetLandingZoneResult
    def get_landing_zone_output(landing_zone_identifier: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetLandingZoneResult]
    func LookupLandingZone(ctx *Context, args *LookupLandingZoneArgs, opts ...InvokeOption) (*LookupLandingZoneResult, error)
    func LookupLandingZoneOutput(ctx *Context, args *LookupLandingZoneOutputArgs, opts ...InvokeOption) LookupLandingZoneResultOutput

    > Note: This function is named LookupLandingZone in the Go SDK.

    public static class GetLandingZone 
    {
        public static Task<GetLandingZoneResult> InvokeAsync(GetLandingZoneArgs args, InvokeOptions? opts = null)
        public static Output<GetLandingZoneResult> Invoke(GetLandingZoneInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLandingZoneResult> getLandingZone(GetLandingZoneArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:controltower:getLandingZone
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getLandingZone Result

    The following output properties are available:

    Arn string
    DriftStatus LandingZoneDriftStatus
    LandingZoneIdentifier string
    LatestAvailableVersion string
    Manifest interface{}
    Search the CloudFormation User Guide for AWS::ControlTower::LandingZone for more information about the expected schema for this property.
    Status LandingZoneStatus
    Tags Tag
    Version string
    arn String
    driftStatus LandingZoneDriftStatus
    landingZoneIdentifier String
    latestAvailableVersion String
    manifest Object
    Search the CloudFormation User Guide for AWS::ControlTower::LandingZone for more information about the expected schema for this property.
    status LandingZoneStatus
    tags List<Tag>
    version String
    arn string
    driftStatus LandingZoneDriftStatus
    landingZoneIdentifier string
    latestAvailableVersion string
    manifest any
    Search the CloudFormation User Guide for AWS::ControlTower::LandingZone for more information about the expected schema for this property.
    status LandingZoneStatus
    tags Tag[]
    version string
    arn str
    drift_status LandingZoneDriftStatus
    landing_zone_identifier str
    latest_available_version str
    manifest Any
    Search the CloudFormation User Guide for AWS::ControlTower::LandingZone for more information about the expected schema for this property.
    status LandingZoneStatus
    tags Sequence[root_Tag]
    version str
    arn String
    driftStatus "DRIFTED" | "IN_SYNC"
    landingZoneIdentifier String
    latestAvailableVersion String
    manifest Any
    Search the CloudFormation User Guide for AWS::ControlTower::LandingZone for more information about the expected schema for this property.
    status "ACTIVE" | "PROCESSING" | "FAILED"
    tags List<Property Map>
    version String

    Supporting Types

    LandingZoneDriftStatus

    LandingZoneStatus

    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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi