ExperimentTemplateTarget

data class ExperimentTemplateTarget(val filters: List<ExperimentTemplateTargetFilter>? = null, val parameters: Map<String, String>? = null, val resourceArns: List<String>? = null, val resourceTags: Map<String, String>? = null, val resourceType: String, val selectionMode: String)

Specifies a target for an experiment.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

The parameters for the resource type.

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

The Amazon Resource Names (ARNs) of the targets.

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

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.