We recommend new projects start with resources from the AWS provider.
aws-native.controltower.getLandingZone
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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)
public static Output<GetLandingZoneResult> getLandingZone(GetLandingZoneArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:controltower:getLandingZone
  arguments:
    # arguments dictionaryThe following arguments are supported:
- LandingZone stringIdentifier 
- The unique identifier of the landing zone.
- LandingZone stringIdentifier 
- The unique identifier of the landing zone.
- landingZone StringIdentifier 
- The unique identifier of the landing zone.
- landingZone stringIdentifier 
- The unique identifier of the landing zone.
- landing_zone_ stridentifier 
- The unique identifier of the landing zone.
- landingZone StringIdentifier 
- The unique identifier of the landing zone.
getLandingZone Result
The following output properties are available:
- Arn string
- The ARN of the landing zone.
- DriftStatus Pulumi.Aws Native. Control Tower. Landing Zone Drift Status 
- The drift status of the landing zone.
- LandingZone stringIdentifier 
- The unique identifier of the landing zone.
- LatestAvailable stringVersion 
- The latest available version of the landing zone.
- Manifest object
- The landing zone manifest JSON text file that specifies the landing zone configurations. - Search the CloudFormation User Guide for - AWS::ControlTower::LandingZonefor more information about the expected schema for this property.
- Status
Pulumi.Aws Native. Control Tower. Landing Zone Status 
- The landing zone deployment status. One of ACTIVE,PROCESSING,FAILED.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- Tags to be applied to the landing zone.
- Version string
- The landing zone's current deployed version.
- Arn string
- The ARN of the landing zone.
- DriftStatus LandingZone Drift Status 
- The drift status of the landing zone.
- LandingZone stringIdentifier 
- The unique identifier of the landing zone.
- LatestAvailable stringVersion 
- The latest available version of the landing zone.
- Manifest interface{}
- The landing zone manifest JSON text file that specifies the landing zone configurations. - Search the CloudFormation User Guide for - AWS::ControlTower::LandingZonefor more information about the expected schema for this property.
- Status
LandingZone Status 
- The landing zone deployment status. One of ACTIVE,PROCESSING,FAILED.
- Tag
- Tags to be applied to the landing zone.
- Version string
- The landing zone's current deployed version.
- arn String
- The ARN of the landing zone.
- driftStatus LandingZone Drift Status 
- The drift status of the landing zone.
- landingZone StringIdentifier 
- The unique identifier of the landing zone.
- latestAvailable StringVersion 
- The latest available version of the landing zone.
- manifest Object
- The landing zone manifest JSON text file that specifies the landing zone configurations. - Search the CloudFormation User Guide for - AWS::ControlTower::LandingZonefor more information about the expected schema for this property.
- status
LandingZone Status 
- The landing zone deployment status. One of ACTIVE,PROCESSING,FAILED.
- List<Tag>
- Tags to be applied to the landing zone.
- version String
- The landing zone's current deployed version.
- arn string
- The ARN of the landing zone.
- driftStatus LandingZone Drift Status 
- The drift status of the landing zone.
- landingZone stringIdentifier 
- The unique identifier of the landing zone.
- latestAvailable stringVersion 
- The latest available version of the landing zone.
- manifest any
- The landing zone manifest JSON text file that specifies the landing zone configurations. - Search the CloudFormation User Guide for - AWS::ControlTower::LandingZonefor more information about the expected schema for this property.
- status
LandingZone Status 
- The landing zone deployment status. One of ACTIVE,PROCESSING,FAILED.
- Tag[]
- Tags to be applied to the landing zone.
- version string
- The landing zone's current deployed version.
- arn str
- The ARN of the landing zone.
- drift_status LandingZone Drift Status 
- The drift status of the landing zone.
- landing_zone_ stridentifier 
- The unique identifier of the landing zone.
- latest_available_ strversion 
- The latest available version of the landing zone.
- manifest Any
- The landing zone manifest JSON text file that specifies the landing zone configurations. - Search the CloudFormation User Guide for - AWS::ControlTower::LandingZonefor more information about the expected schema for this property.
- status
LandingZone Status 
- The landing zone deployment status. One of ACTIVE,PROCESSING,FAILED.
- Sequence[root_Tag]
- Tags to be applied to the landing zone.
- version str
- The landing zone's current deployed version.
- arn String
- The ARN of the landing zone.
- driftStatus "DRIFTED" | "IN_SYNC"
- The drift status of the landing zone.
- landingZone StringIdentifier 
- The unique identifier of the landing zone.
- latestAvailable StringVersion 
- The latest available version of the landing zone.
- manifest Any
- The landing zone manifest JSON text file that specifies the landing zone configurations. - Search the CloudFormation User Guide for - AWS::ControlTower::LandingZonefor more information about the expected schema for this property.
- status "ACTIVE" | "PROCESSING" | "FAILED"
- The landing zone deployment status. One of ACTIVE,PROCESSING,FAILED.
- List<Property Map>
- Tags to be applied to the landing zone.
- version String
- The landing zone's current deployed version.
Supporting Types
LandingZoneDriftStatus   
LandingZoneStatus  
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.