ExperimentTemplateTarget

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Filter(s) for the target. Filters can be used to select resources based on specific attributes returned by the respective describe action of the resource type. For more information, see Targets for AWS FIS. See below.

Link copied to clipboard

Friendly name given to the target.

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

Set of ARNs of the resources to target with an action. Conflicts with resource_tag.

Link copied to clipboard

Tag(s) the resources need to have to be considered a valid target for an action. Conflicts with resource_arns. See below.

Link copied to clipboard

AWS resource type. The resource type must be supported for the specified action. To find out what resource types are supported, see Targets for AWS FIS.

Link copied to clipboard

Scopes the identified resources. Valid values are ALL (all identified resources), COUNT(n) (randomly select n of the identified resources), PERCENT(n) (randomly select n percent of the identified resources).