Values.TargetInstancesSourceInformation about the instances to be used in the replacement environment in a blue/green deployment.
type nonrec t = {tagFilters : EC2TagFilterList.t option;The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment. Cannot be used in the same call as ec2TagSet.
*)autoScalingGroups : AutoScalingGroupNameList.t option;The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.
*)ec2TagSet : EC2TagSet.t option;Information about the groups of Amazon EC2 instance tags that an instance must be identified by in order for it to be included in the replacement environment for a blue/green deployment. Cannot be used in the same call as tagFilters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of AutoScalingGroupName.t
| `Structure of
(string * [> `Enum of string | `String of Key.t ]) list ]
list
| `Structure of
(string
* [> `List of
[> `List of
[> `Structure of
(string * [> `Enum of string | `String of Key.t ])
list ]
list ]
list ])
list ])
list ]