AWS::FIS::ExperimentTemplate ExperimentTemplateExperimentOptions
Describes the experiment options for an experiment template.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AccountTargeting" :
String
, "EmptyTargetResolutionMode" :String
}
YAML
AccountTargeting:
String
EmptyTargetResolutionMode:String
Properties
AccountTargeting
-
The account targeting setting for an experiment template.
Required: No
Type: String
Allowed values:
multi-account | single-account
Update requires: Replacement
EmptyTargetResolutionMode
-
The empty target resolution mode for an experiment template.
Required: No
Type: String
Allowed values:
fail | skip
Update requires: No interruption