Experiment Template Target Args
data class ExperimentTemplateTargetArgs(val filters: Output<List<ExperimentTemplateTargetFilterArgs>>? = null, val parameters: Output<Map<String, String>>? = null, val resourceArns: Output<List<String>>? = null, val resourceTags: Output<Map<String, String>>? = null, val resourceType: Output<String>, val selectionMode: Output<String>) : ConvertibleToJava<ExperimentTemplateTargetArgs>
Specifies a target for an experiment.
Properties
Link copied to clipboard
The filters to apply to identify target resources using specific attributes.
Link copied to clipboard
The parameters for the resource type.
Link copied to clipboard
The Amazon Resource Names (ARNs) of the targets.
Link copied to clipboard
The tags for the target resources.
Link copied to clipboard
The resource type.
Link copied to clipboard
Scopes the identified resources to a specific count or percentage.