Show / Hide Table of Contents

Class CfnTargetAccountConfigurationPropsMixin

Creates a target account configuration for the experiment template.

Inheritance
object
Mixin
CfnTargetAccountConfigurationPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-targetaccountconfiguration.html

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 AWS::FIS::TargetAccountConfiguration.

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-targetaccountconfiguration.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-targetaccountconfiguration.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-targetaccountconfiguration.html

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

PropertyMergeStrategy

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-targetaccountconfiguration.html

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
Mixin.ApplyTo(IConstruct)
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-targetaccountconfiguration.html

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

bool

Overrides
Mixin.Supports(IConstruct)
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-targetaccountconfiguration.html

CloudformationResource: AWS::FIS::TargetAccountConfiguration

Mixin: true

ExampleMetadata: fixture=_generated

Implements

IMixin
Back to top Generated by DocFX