Class CfnTargetAccountConfigurationPropsMixin
Creates a target account configuration for the experiment template.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.FIS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTargetAccountConfigurationPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnTargetAccountConfigurationPropsMixin Inherits Mixin Implements IMixin
Remarks
A target account configuration is required when accountTargeting of experimentOptions is set to multi-account . For more information, see experiment options in the AWS Fault Injection Service User Guide .
CloudformationResource: AWS::FIS::TargetAccountConfiguration
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.FIS.Mixins;
var cfnTargetAccountConfigurationPropsMixin = new CfnTargetAccountConfigurationPropsMixin(new CfnTargetAccountConfigurationMixinProps {
AccountId = "accountId",
Description = "description",
ExperimentTemplateId = "experimentTemplateId",
RoleArn = "roleArn"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnTargetAccountConfigurationPropsMixin(ICfnTargetAccountConfigurationMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Creates a target account configuration for the experiment template. |
| Props | Creates a target account configuration for the experiment template. |
| Strategy | Creates a target account configuration for the experiment template. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnTargetAccountConfigurationPropsMixin(ICfnTargetAccountConfigurationMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::FIS::TargetAccountConfiguration.
public CfnTargetAccountConfigurationPropsMixin(ICfnTargetAccountConfigurationMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnTargetAccountConfigurationMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
A target account configuration is required when accountTargeting of experimentOptions is set to multi-account . For more information, see experiment options in the AWS Fault Injection Service User Guide .
CloudformationResource: AWS::FIS::TargetAccountConfiguration
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Creates a target account configuration for the experiment template.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
A target account configuration is required when accountTargeting of experimentOptions is set to multi-account . For more information, see experiment options in the AWS Fault Injection Service User Guide .
CloudformationResource: AWS::FIS::TargetAccountConfiguration
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.FIS.Mixins;
var cfnTargetAccountConfigurationPropsMixin = new CfnTargetAccountConfigurationPropsMixin(new CfnTargetAccountConfigurationMixinProps {
AccountId = "accountId",
Description = "description",
ExperimentTemplateId = "experimentTemplateId",
RoleArn = "roleArn"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
Creates a target account configuration for the experiment template.
protected virtual ICfnTargetAccountConfigurationMixinProps Props { get; }
Property Value
ICfnTargetAccountConfigurationMixinProps
Remarks
A target account configuration is required when accountTargeting of experimentOptions is set to multi-account . For more information, see experiment options in the AWS Fault Injection Service User Guide .
CloudformationResource: AWS::FIS::TargetAccountConfiguration
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.FIS.Mixins;
var cfnTargetAccountConfigurationPropsMixin = new CfnTargetAccountConfigurationPropsMixin(new CfnTargetAccountConfigurationMixinProps {
AccountId = "accountId",
Description = "description",
ExperimentTemplateId = "experimentTemplateId",
RoleArn = "roleArn"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
Creates a target account configuration for the experiment template.
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
Remarks
A target account configuration is required when accountTargeting of experimentOptions is set to multi-account . For more information, see experiment options in the AWS Fault Injection Service User Guide .
CloudformationResource: AWS::FIS::TargetAccountConfiguration
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.FIS.Mixins;
var cfnTargetAccountConfigurationPropsMixin = new CfnTargetAccountConfigurationPropsMixin(new CfnTargetAccountConfigurationMixinProps {
AccountId = "accountId",
Description = "description",
ExperimentTemplateId = "experimentTemplateId",
RoleArn = "roleArn"
}, 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
A target account configuration is required when accountTargeting of experimentOptions is set to multi-account . For more information, see experiment options in the AWS Fault Injection Service User Guide .
CloudformationResource: AWS::FIS::TargetAccountConfiguration
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
A target account configuration is required when accountTargeting of experimentOptions is set to multi-account . For more information, see experiment options in the AWS Fault Injection Service User Guide .
CloudformationResource: AWS::FIS::TargetAccountConfiguration
Mixin: true
ExampleMetadata: fixture=_generated