Auto Scaling Group Launch Template Args
data class AutoScalingGroupLaunchTemplateArgs(val launchTemplateSpecification: Output<AutoScalingGroupLaunchTemplateSpecificationArgs>, val overrides: Output<List<AutoScalingGroupLaunchTemplateOverridesArgs>>? = null) : ConvertibleToJava<AutoScalingGroupLaunchTemplateArgs>
Constructors
Link copied to clipboard
fun AutoScalingGroupLaunchTemplateArgs(launchTemplateSpecification: Output<AutoScalingGroupLaunchTemplateSpecificationArgs>, overrides: Output<List<AutoScalingGroupLaunchTemplateOverridesArgs>>? = null)