Class CfnLandingZone
Creates a new landing zone.
Inherited Members
Namespace: Amazon.CDK.AWS.ControlTower
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLandingZone : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnLandingZone
Inherits CfnResource
Implements IInspectable, ITaggableV2
Remarks
This API call starts an asynchronous operation that creates and configures a landing zone, based on the parameters specified in the manifest JSON file.
CloudformationResource: AWS::ControlTower::LandingZone
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ControlTower;
var manifest;
var cfnLandingZone = new CfnLandingZone(this, "MyCfnLandingZone", new CfnLandingZoneProps {
Manifest = manifest,
Version = "version",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
Cfn |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cfn |
Used by jsii to construct an instance of this class from DeputyProps |
Cfn |
Properties
Attr |
The ARN of the landing zone. |
Attr |
The drift status of the landing zone. |
Attr |
The unique identifier of the landing zone. |
Attr |
The latest available version of the landing zone. |
Attr |
The landing zone deployment status. |
Cdk |
Tag Manager which manages the tags for this resource. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
Cfn |
|
Manifest | The landing zone manifest JSON text file that specifies the landing zone configurations. |
Tags | Tags to be applied to the landing zone. |
Version | The landing zone's current deployed version. |
Methods
Inspect(Tree |
Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnLandingZone(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnLandingZone(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
CfnLandingZone(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnLandingZone(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
CfnLandingZone(Construct, String, ICfnLandingZoneProps)
public CfnLandingZone(Construct scope, string id, ICfnLandingZoneProps props)
Parameters
- scope Constructs.
Construct Scope in which this resource is defined.
- id System.
String Construct identifier for this resource (unique in its scope).
- props ICfn
Landing Zone Props Resource properties.
Properties
AttrArn
The ARN of the landing zone.
public virtual string AttrArn { get; }
Property Value
System.
Remarks
CloudformationAttribute: Arn
AttrDriftStatus
The drift status of the landing zone.
public virtual string AttrDriftStatus { get; }
Property Value
System.
Remarks
CloudformationAttribute: DriftStatus
AttrLandingZoneIdentifier
The unique identifier of the landing zone.
public virtual string AttrLandingZoneIdentifier { get; }
Property Value
System.
Remarks
CloudformationAttribute: LandingZoneIdentifier
AttrLatestAvailableVersion
The latest available version of the landing zone.
public virtual string AttrLatestAvailableVersion { get; }
Property Value
System.
Remarks
CloudformationAttribute: LatestAvailableVersion
AttrStatus
The landing zone deployment status.
public virtual string AttrStatus { get; }
Property Value
System.
Remarks
One of ACTIVE
, PROCESSING
, FAILED
.
CloudformationAttribute: Status
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.
Overrides
Manifest
The landing zone manifest JSON text file that specifies the landing zone configurations.
public virtual object Manifest { get; set; }
Property Value
System.
Tags
Tags to be applied to the landing zone.
public virtual ICfnTag[] Tags { get; set; }
Property Value
ICfn
Version
The landing zone's current deployed version.
public virtual string Version { get; set; }
Property Value
System.
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector Tree
Inspector tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.
Collections. <System.Generic. IDictionary String , System.Object >
Returns
System.