Show / Hide Table of Contents

Class CfnTargetAccountConfigurationProps

Properties for defining a CfnTargetAccountConfiguration.

Inheritance
object
CfnTargetAccountConfigurationProps
Implements
ICfnTargetAccountConfigurationProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.FIS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTargetAccountConfigurationProps : ICfnTargetAccountConfigurationProps
Syntax (vb)
Public Class CfnTargetAccountConfigurationProps Implements ICfnTargetAccountConfigurationProps
Remarks

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

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.FIS;

             var cfnTargetAccountConfigurationProps = new CfnTargetAccountConfigurationProps {
                 AccountId = "accountId",
                 ExperimentTemplateId = "experimentTemplateId",
                 RoleArn = "roleArn",

                 // the properties below are optional
                 Description = "description"
             };

Synopsis

Constructors

CfnTargetAccountConfigurationProps()

Properties for defining a CfnTargetAccountConfiguration.

Properties

AccountId

The AWS account ID of the target account.

Description

The description of the target account.

ExperimentTemplateId

The ID of the experiment template.

RoleArn

The Amazon Resource Name (ARN) of an IAM role for the target account.

Constructors

CfnTargetAccountConfigurationProps()

Properties for defining a CfnTargetAccountConfiguration.

public CfnTargetAccountConfigurationProps()
Remarks

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

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.FIS;

             var cfnTargetAccountConfigurationProps = new CfnTargetAccountConfigurationProps {
                 AccountId = "accountId",
                 ExperimentTemplateId = "experimentTemplateId",
                 RoleArn = "roleArn",

                 // the properties below are optional
                 Description = "description"
             };

Properties

AccountId

The AWS account ID of the target account.

public string AccountId { get; set; }
Property Value

string

Remarks

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

Description

The description of the target account.

public string? Description { get; set; }
Property Value

string

Remarks

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

ExperimentTemplateId

The ID of the experiment template.

public string ExperimentTemplateId { get; set; }
Property Value

string

Remarks

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

RoleArn

The Amazon Resource Name (ARN) of an IAM role for the target account.

public string RoleArn { get; set; }
Property Value

string

Remarks

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

Implements

ICfnTargetAccountConfigurationProps
Back to top Generated by DocFX