Values.UpdateExperimentTemplateTargetInputSourceSpecifies a target for an experiment. You must specify at least one Amazon Resource Name (ARN) or at least one resource tag. You cannot specify both.
type nonrec t = {resourceType : TargetResourceTypeId.t;The resource type. The resource type must be supported for the specified action.
*)resourceArns : ResourceArnList.t option;The Amazon Resource Names (ARNs) of the targets.
*)resourceTags : TagMap.t option;The tags for the target resources.
*)filters : ExperimentTemplateTargetFilterInputList.t option;The filters to apply to identify target resources using specific attributes.
*)selectionMode : ExperimentTemplateTargetSelectionMode.t;Scopes the identified resources to a specific count or percentage.
*)parameters : ExperimentTemplateTargetParameterMap.t option;The resource type parameters.
*)}val make :
?resourceArns:??? ->
?resourceTags:??? ->
?filters:??? ->
?parameters:??? ->
resourceType:TargetResourceTypeId.t ->
selectionMode:ExperimentTemplateTargetSelectionMode.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of ResourceArn.t
| `Structure of
(string
* [> `List of
[> `String of ExperimentTemplateTargetFilterValue.t ]
list
| `String of ExperimentTemplateTargetFilterPath.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of TargetResourceTypeId.t ])
list ]