Values.AutoScalingGroupsConfigurationSourceDescribes the configuration of an auto scaling group.
type nonrec t = {autoScalingGroupNames : AutoScalingGroupNameList.t;The names of the auto scaling group.
*)roleArn : AutoScalingGroupsConfigurationRoleArnString.t;The role ARN of the auto scaling group.
*)healthCheckConfig : HealthCheckConfig.t option;The health check configuration for the Auto Scaling group managed endpoint.
*)}val make :
?healthCheckConfig:??? ->
autoScalingGroupNames:AutoScalingGroupNameList.t ->
roleArn:AutoScalingGroupsConfigurationRoleArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AutoScalingGroupName.t ] list
| `String of AutoScalingGroupsConfigurationRoleArnString.t
| `Structure of
(string
* [> `Enum of string
| `Integer of HealthCheckConfigPortInteger.t
| `String of HealthCheckConfigPathString.t ])
list ])
list ]