Auto Scaling Group Launch Template
data class AutoScalingGroupLaunchTemplate(val launchTemplateSpecification: AutoScalingGroupLaunchTemplateSpecification, val overrides: List<AutoScalingGroupLaunchTemplateOverrides>? = null)
Use this structure to specify the launch templates and instance types (overrides) for a mixed instances policy. `LaunchTemplate`
is a property of the AWS::AutoScaling::AutoScalingGroup MixedInstancesPolicy property type.
Constructors
Link copied to clipboard
constructor(launchTemplateSpecification: AutoScalingGroupLaunchTemplateSpecification, overrides: List<AutoScalingGroupLaunchTemplateOverrides>? = null)