interface CfnTargetAccountConfigurationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FIS.CfnTargetAccountConfigurationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfis#CfnTargetAccountConfigurationProps |
![]() | software.amazon.awscdk.services.fis.CfnTargetAccountConfigurationProps |
![]() | aws_cdk.aws_fis.CfnTargetAccountConfigurationProps |
![]() | aws-cdk-lib » aws_fis » CfnTargetAccountConfigurationProps |
Properties for defining a CfnTargetAccountConfiguration
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fis as fis } from 'aws-cdk-lib';
const cfnTargetAccountConfigurationProps: fis.CfnTargetAccountConfigurationProps = {
accountId: 'accountId',
experimentTemplateId: 'experimentTemplateId',
roleArn: 'roleArn',
// the properties below are optional
description: 'description',
};
Properties
Name | Type | Description |
---|---|---|
account | string | The AWS account ID of the target account. |
experiment | string | The ID of the experiment template. |
role | string | The Amazon Resource Name (ARN) of an IAM role for the target account. |
description? | string | The description of the target account. |
accountId
Type:
string
The AWS account ID of the target account.
experimentTemplateId
Type:
string
The ID of the experiment template.
roleArn
Type:
string
The Amazon Resource Name (ARN) of an IAM role for the target account.
description?
Type:
string
(optional)
The description of the target account.