Values.ExperimentTargetSourceDescribes a target for an experiment.
type nonrec t = {resourceType : TargetResourceTypeId.t option;The resource type.
*)resourceArns : ResourceArnList.t option;The Amazon Resource Names (ARNs) of the resources.
*)resourceTags : TagMap.t option;The tags for the target resources.
*)filters : ExperimentTargetFilterList.t option;The filters to apply to identify target resources using specific attributes.
*)selectionMode : ExperimentTargetSelectionMode.t option;Scopes the identified resources to a specific count or percentage.
*)parameters : ExperimentTargetParameterMap.t option;The resource type parameters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of ResourceArn.t
| `Structure of
(string
* [> `List of
[> `String of ExperimentTargetFilterValue.t ] list
| `String of ExperimentTargetFilterPath.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of TargetResourceTypeId.t ])
list ]