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
AWS Fault Injection Service User Guide.
Syntax
To declare this entity in your AWS 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 AWS 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