Auto Scaling Group Launch Template Args
data class AutoScalingGroupLaunchTemplateArgs(val launchTemplateSpecification: Output<AutoScalingGroupLaunchTemplateSpecificationArgs>, val overrides: Output<List<AutoScalingGroupLaunchTemplateOverridesArgs>>? = null) : ConvertibleToJava<AutoScalingGroupLaunchTemplateArgs>
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: Output<AutoScalingGroupLaunchTemplateSpecificationArgs>, overrides: Output<List<AutoScalingGroupLaunchTemplateOverridesArgs>>? = null)