AWS Native is in preview. AWS Classic is fully supported.
aws-native.controltower.getLandingZone
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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 dictionaryThe following arguments are supported:
- Landing
Zone stringIdentifier  - The unique identifier of the landing zone.
 
- Landing
Zone stringIdentifier  - The unique identifier of the landing zone.
 
- landing
Zone StringIdentifier  - The unique identifier of the landing zone.
 
- landing
Zone stringIdentifier  - The unique identifier of the landing zone.
 
- landing_
zone_ stridentifier  - The unique identifier of the landing zone.
 
- landing
Zone StringIdentifier  - The unique identifier of the landing zone.
 
getLandingZone Result
The following output properties are available:
- Arn string
 - The ARN of the landing zone.
 - Drift
Status Pulumi.Aws Native. Control Tower. Landing Zone Drift Status  - The drift status of the landing zone.
 - Landing
Zone stringIdentifier  - The unique identifier of the landing zone.
 - Latest
Available 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.
 - Drift
Status LandingZone Drift Status  - The drift status of the landing zone.
 - Landing
Zone stringIdentifier  - The unique identifier of the landing zone.
 - Latest
Available 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
Landing
Zone 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.
 - drift
Status LandingZone Drift Status  - The drift status of the landing zone.
 - landing
Zone StringIdentifier  - The unique identifier of the landing zone.
 - latest
Available 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
Landing
Zone 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.
 - drift
Status LandingZone Drift Status  - The drift status of the landing zone.
 - landing
Zone stringIdentifier  - The unique identifier of the landing zone.
 - latest
Available 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
Landing
Zone 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
Landing
Zone 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.
 - drift
Status "DRIFTED" | "IN_SYNC" - The drift status of the landing zone.
 - landing
Zone StringIdentifier  - The unique identifier of the landing zone.
 - latest
Available 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
 
AWS Native is in preview. AWS Classic is fully supported.