Group Mixed Instances Policy Launch Template Args
data class GroupMixedInstancesPolicyLaunchTemplateArgs(val launchTemplateSpecification: Output<GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationArgs>, val overrides: Output<List<GroupMixedInstancesPolicyLaunchTemplateOverrideArgs>>? = null) : ConvertibleToJava<GroupMixedInstancesPolicyLaunchTemplateArgs>
Constructors
Link copied to clipboard
constructor(launchTemplateSpecification: Output<GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationArgs>, overrides: Output<List<GroupMixedInstancesPolicyLaunchTemplateOverrideArgs>>? = null)
Properties
Link copied to clipboard
val launchTemplateSpecification: Output<GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationArgs>
Nested argument defines the Launch Template. Defined below.
Link copied to clipboard
List of nested arguments provides the ability to specify multiple instance types. This will override the same parameter in the launch template. For on-demand instances, Auto Scaling considers the order of preference of instance types to launch based on the order specified in the overrides list. Defined below.