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