Values.AutoScalingGroupSourceInformation about an Auto Scaling group.
type nonrec t = {name : AutoScalingGroupName.t option;The Auto Scaling group name.
*)hook : AutoScalingGroupHook.t option;The name of the launch hook that CodeDeploy installed into the Auto Scaling group. For more information about the launch hook, see How Amazon EC2 Auto Scaling works with CodeDeploy in the CodeDeploy User Guide.
*)terminationHook : AutoScalingGroupHook.t option;The name of the termination hook that CodeDeploy installed into the Auto Scaling group. For more information about the termination hook, see Enabling termination deployments during Auto Scaling scale-in events in the CodeDeploy User Guide.
*)}