GroupMixedInstancesPolicyLaunchTemplateArgs

data class GroupMixedInstancesPolicyLaunchTemplateArgs(val launchTemplateSpecification: Output<GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationArgs>, val overrides: Output<List<GroupMixedInstancesPolicyLaunchTemplateOverrideArgs>>? = null) : ConvertibleToJava<GroupMixedInstancesPolicyLaunchTemplateArgs>

Constructors

Properties

Link copied to clipboard

Override the instance launch template specification in the Launch Template.

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.

Functions

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