Values_1.InstanceGroupHealthCheckConfigurationSourceThe configuration of deep health checks for an instance group. Overlapping deep health check configurations will be merged into a single operation.
type nonrec t = {instanceGroupName : Values_0.ClusterInstanceGroupName.t;The name of the instance group.
*)instanceIds : InstanceIds.t option;A list of Amazon Elastic Compute Cloud (EC2) instance IDs on which to perform deep health checks. Leave this field blank to perform deep health checks on the entire instance group.
*)deepHealthChecks : DeepHealthChecks.t;A list of deep health checks to be performed.
*)}val make :
?instanceIds:??? ->
instanceGroupName:Values_0.ClusterInstanceGroupName.t ->
deepHealthChecks:DeepHealthChecks.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Enum of string | `String of Values_0.ClusterNodeId.t ] list
| `String of Values_0.ClusterInstanceGroupName.t ])
list ]