Values.RunCommandParametersSourceThis parameter contains the criteria (either InstanceIds or a tag) used to specify which EC2 instances are to be sent the command.
type nonrec t = {runCommandTargets : RunCommandTargets.t;Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of RunCommandTargetValue.t ] list
| `String of RunCommandTargetKey.t ])
list ]
list ])
list ]