Class CfnTargetAccountConfigurationProps
Properties for defining a CfnTargetAccountConfiguration
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.FIS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTargetAccountConfigurationProps : ICfnTargetAccountConfigurationProps
Syntax (vb)
Public Class CfnTargetAccountConfigurationProps Implements ICfnTargetAccountConfigurationProps
Remarks
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 |
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
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
Remarks
Description
The description of the target account.
public string? Description { get; set; }
Property Value
Remarks
ExperimentTemplateId
The ID of the experiment template.
public string ExperimentTemplateId { get; set; }
Property Value
Remarks
RoleArn
The Amazon Resource Name (ARN) of an IAM role for the target account.
public string RoleArn { get; set; }