Package com.pulumi.aws.controltower
Class LandingZone
- java.lang.Object
-
- com.pulumi.resources.Resource
-
- com.pulumi.resources.CustomResource
-
- com.pulumi.aws.controltower.LandingZone
-
public class LandingZone extends com.pulumi.resources.CustomResource
Creates a new landing zone using Control Tower. For more information on usage, please see the [AWS Control Tower Landing Zone User Guide](https://docs.aws.amazon.com/controltower/latest/userguide/how-control-tower-works.html). ## Import Using `pulumi import`, import a Control Tower Landing Zone using the `id`. For example: ```sh $ pulumi import aws:controltower/landingZone:LandingZone example 1A2B3C4D5E6F7G8H ```
-
-
Constructor Summary
Constructors Constructor Description LandingZone(java.lang.String name)
LandingZone(java.lang.String name, LandingZoneArgs args)
LandingZone(java.lang.String name, LandingZoneArgs args, com.pulumi.resources.CustomResourceOptions options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
arn()
com.pulumi.core.Output<java.util.List<LandingZoneDriftStatus>>
driftStatuses()
static LandingZone
get(java.lang.String name, com.pulumi.core.Output<java.lang.String> id, LandingZoneState state, com.pulumi.resources.CustomResourceOptions options)
Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.com.pulumi.core.Output<java.lang.String>
latestAvailableVersion()
com.pulumi.core.Output<java.lang.String>
manifestJson()
com.pulumi.core.Output<java.util.Optional<java.util.Map<java.lang.String,java.lang.String>>>
tags()
com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>
tagsAll()
com.pulumi.core.Output<java.lang.String>
version()
-
-
-
Constructor Detail
-
LandingZone
public LandingZone(java.lang.String name)
- Parameters:
name
- The _unique_ name of the resulting resource.
-
LandingZone
public LandingZone(java.lang.String name, LandingZoneArgs args)
- Parameters:
name
- The _unique_ name of the resulting resource.args
- The arguments to use to populate this resource's properties.
-
LandingZone
public LandingZone(java.lang.String name, LandingZoneArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options)
- Parameters:
name
- The _unique_ name of the resulting resource.args
- The arguments to use to populate this resource's properties.options
- A bag of options that control this resource's behavior.
-
-
Method Detail
-
arn
public com.pulumi.core.Output<java.lang.String> arn()
- Returns:
- The ARN of the landing zone.
-
driftStatuses
public com.pulumi.core.Output<java.util.List<LandingZoneDriftStatus>> driftStatuses()
- Returns:
- The drift status summary of the landing zone.
-
latestAvailableVersion
public com.pulumi.core.Output<java.lang.String> latestAvailableVersion()
- Returns:
- The latest available version of the landing zone.
-
manifestJson
public com.pulumi.core.Output<java.lang.String> manifestJson()
- Returns:
- The manifest JSON file is a text file that describes your AWS resources. For examples, review [Launch your landing zone](https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch).
-
tags
public com.pulumi.core.Output<java.util.Optional<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Tags to apply to the landing zone. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
tagsAll
public com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tagsAll()
- Returns:
- A map of tags assigned to the landing zone, including those inherited from the provider `default_tags` configuration block.
-
version
public com.pulumi.core.Output<java.lang.String> version()
- Returns:
- The landing zone version.
-
get
public static LandingZone get(java.lang.String name, com.pulumi.core.Output<java.lang.String> id, @Nullable LandingZoneState state, @Nullable com.pulumi.resources.CustomResourceOptions options)
Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.- Parameters:
name
- The _unique_ name of the resulting resource.id
- The _unique_ provider ID of the resource to lookup.state
-options
- Optional settings to control the behavior of the CustomResource.
-
-