AWS::FIS::TargetAccountConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::FIS::TargetAccountConfiguration

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 in the Amazon Fault Injection Service User Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::FIS::TargetAccountConfiguration", "Properties" : { "AccountId" : String, "Description" : String, "ExperimentTemplateId" : String, "RoleArn" : String } }

YAML

Type: AWS::FIS::TargetAccountConfiguration Properties: AccountId: String Description: String ExperimentTemplateId: String RoleArn: String

Properties

AccountId

The Amazon account ID of the target account.

Required: Yes

Type: String

Maximum: 512

Update requires: Replacement

Description

The description of the target account.

Required: No

Type: String

Maximum: 512

Update requires: No interruption

ExperimentTemplateId

The ID of the experiment template.

Required: Yes

Type: String

Pattern: [\S]+

Maximum: 64

Update requires: Replacement

RoleArn

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

Required: Yes

Type: String

Maximum: 1224

Update requires: No interruption

Return values

Ref