ExperimentTemplateTargetArgs

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.

Constructors

Link copied to clipboard
constructor(filters: Output<List<ExperimentTemplateTargetFilterArgs>>? = null, parameters: Output<Map<String, String>>? = null, resourceArns: Output<List<String>>? = null, resourceTags: Output<Map<String, String>>? = null, resourceType: Output<String>, selectionMode: Output<String>)

Properties

Link copied to clipboard

The filters to apply to identify target resources using specific attributes.

Link copied to clipboard
val parameters: Output<Map<String, String>>? = null

The parameters for the resource type.

Link copied to clipboard
val resourceArns: Output<List<String>>? = null

The Amazon Resource Names (ARNs) of the targets.

Link copied to clipboard
val resourceTags: Output<Map<String, String>>? = null

The tags for the target resources.

Link copied to clipboard
val resourceType: Output<String>

The resource type.

Link copied to clipboard
val selectionMode: Output<String>

Scopes the identified resources to a specific count or percentage.

Functions

Link copied to clipboard
open override fun toJava(): ExperimentTemplateTargetArgs