Class CfnLandingZonePropsMixin
Creates a new landing zone.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.ControlTower.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLandingZonePropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnLandingZonePropsMixin Inherits Mixin Implements IMixin
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
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.ControlTower.Mixins;
var manifest;
var cfnLandingZonePropsMixin = new CfnLandingZonePropsMixin(new CfnLandingZoneMixinProps {
Manifest = manifest,
RemediationTypes = new [] { "remediationTypes" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Version = "version"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnLandingZonePropsMixin(ICfnLandingZoneMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Creates a new landing zone. |
| Props | Creates a new landing zone. |
| Strategy | Creates a new landing zone. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnLandingZonePropsMixin(ICfnLandingZoneMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::ControlTower::LandingZone.
public CfnLandingZonePropsMixin(ICfnLandingZoneMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnLandingZoneMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
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
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Creates a new landing zone.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
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
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.ControlTower.Mixins;
var manifest;
var cfnLandingZonePropsMixin = new CfnLandingZonePropsMixin(new CfnLandingZoneMixinProps {
Manifest = manifest,
RemediationTypes = new [] { "remediationTypes" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Version = "version"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
Creates a new landing zone.
protected virtual ICfnLandingZoneMixinProps Props { get; }
Property Value
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
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.ControlTower.Mixins;
var manifest;
var cfnLandingZonePropsMixin = new CfnLandingZonePropsMixin(new CfnLandingZoneMixinProps {
Manifest = manifest,
RemediationTypes = new [] { "remediationTypes" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Version = "version"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
Creates a new landing zone.
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
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
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.ControlTower.Mixins;
var manifest;
var cfnLandingZonePropsMixin = new CfnLandingZonePropsMixin(new CfnLandingZoneMixinProps {
Manifest = manifest,
RemediationTypes = new [] { "remediationTypes" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Version = "version"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override IConstruct ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Returns
IConstruct
Overrides
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
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
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
Mixin: true
ExampleMetadata: fixture=_generated