AWS::FIS::ExperimentTemplate ExperimentTemplateTarget
Specifies a target for an experiment. You must specify at least one Amazon Resource Name (ARN) or at least one resource tag. You cannot specify both ARNs and tags.
For more information, see Targets in the AWS Fault Injection Service User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Filters" :
[ ExperimentTemplateTargetFilter, ... ]
, "Parameters" :{
, "ResourceArns" :Key
:Value
, ...}[ String, ... ]
, "ResourceTags" :{
, "ResourceType" :Key
:Value
, ...}String
, "SelectionMode" :String
}
YAML
Filters:
- ExperimentTemplateTargetFilter
Parameters:ResourceArns:
Key
:Value
- String
ResourceTags:ResourceType:
Key
:Value
String
SelectionMode:String
Properties
Filters
-
The filters to apply to identify target resources using specific attributes.
Required: No
Type: Array of ExperimentTemplateTargetFilter
Update requires: No interruption
Parameters
-
The parameters for the resource type.
Required: No
Type: Object of String
Pattern:
.{1,64}
Maximum:
1024
Update requires: No interruption
ResourceArns
-
The Amazon Resource Names (ARNs) of the targets.
Required: No
Type: Array of String
Maximum:
5
Update requires: No interruption
-
The tags for the target resources.
Required: No
Type: Object of String
Pattern:
.{1,128}
Maximum:
256
Update requires: No interruption
ResourceType
-
The resource type.
Required: Yes
Type: String
Maximum:
64
Update requires: No interruption
SelectionMode
-
Scopes the identified resources to a specific count or percentage.
Required: Yes
Type: String
Maximum:
64
Update requires: No interruption