Experiment Template Target
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
fun ExperimentTemplateTarget(filters: List<ExperimentTemplateTargetFilter>? = null, name: String, resourceArns: List<String>? = null, resourceTags: List<ExperimentTemplateTargetResourceTag>? = null, resourceType: String, selectionMode: String)
Types
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
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.