Values.SetInstanceProtectionQuerySourceUpdates the instance protection settings of the specified instances. This operation cannot be called on instances in a warm pool. For more information, see Use instance scale-in protection in the Amazon EC2 Auto Scaling User Guide. If you exceed your maximum limit of instance IDs, which is 50 per Auto Scaling group, the call fails.
type nonrec t = {instanceIds : InstanceIds.t;One or more instance IDs. You can specify up to 50 instances.
*)autoScalingGroupName : XmlStringMaxLen255.t;The name of the Auto Scaling group.
*)protectedFromScaleIn : ProtectedFromScaleIn.t;Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.
*)}val make :
instanceIds:InstanceIds.t ->
autoScalingGroupName:XmlStringMaxLen255.t ->
protectedFromScaleIn:ProtectedFromScaleIn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of ProtectedFromScaleIn.t
| `List of [> `String of XmlStringMaxLen19.t ] list
| `String of XmlStringMaxLen255.t ])
list ]