AWS::FIS::TargetAccountConfigurationCreates a target account configuration for the experiment template. A target account configuration is required when `accountTargeting` of `experimentOptions` is set to `multi-account` . For more information, see [experiment options](https://docs.aws.amazon.com/fis/latest/userguide/experiment-options.html) in the *AWS Fault Injection Service User Guide* .
import { CfnTargetAccountConfiguration } from 'aws-cdk-lib/aws-fis';Or use the module namespace:
import * as fis from 'aws-cdk-lib/aws-fis';
// fis.CfnTargetAccountConfigurationConfiguration passed to the constructor as CfnTargetAccountConfigurationProps.
accountIdRequiredstringThe AWS account ID of the target account.
experimentTemplateIdRequiredstringThe ID of the experiment template.
roleArnRequiredstringThe Amazon Resource Name (ARN) of an IAM role for the target account.
descriptionOptionalstringThe description of the target account.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-fisAWS::FIS::TargetAccountConfiguration