AutoScalingGroupLaunchTemplateArgs

data class AutoScalingGroupLaunchTemplateArgs(val launchTemplateSpecification: Output<AutoScalingGroupLaunchTemplateSpecificationArgs>, val overrides: Output<List<AutoScalingGroupLaunchTemplateOverridesArgs>>? = null) : ConvertibleToJava<AutoScalingGroupLaunchTemplateArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): AutoScalingGroupLaunchTemplateArgs

Properties