Values.AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetailsSourceDescribes a launch template and overrides for a mixed instances policy.
type nonrec t = {launchTemplateSpecification : AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.t
option;The launch template to use for a mixed instances policy.
*)overrides : AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesList.t
option;Property values to use to override the values in the launch template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]