AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::FIS::TargetAccountConfiguration

CfnTargetAccountConfiguration

Creates 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

import { CfnTargetAccountConfiguration } from 'aws-cdk-lib/aws-fis';

Or use the module namespace:

import * as fis from 'aws-cdk-lib/aws-fis';
// fis.CfnTargetAccountConfiguration

Properties

Configuration passed to the constructor as CfnTargetAccountConfigurationProps.

accountIdRequired
string

The AWS account ID of the target account.

experimentTemplateIdRequired
string

The ID of the experiment template.

roleArnRequired
string

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

descriptionOptional
string

The description of the target account.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-fis
CFN TypeAWS::FIS::TargetAccountConfiguration
Properties4

Related Constructs

External Links