GroupMixedInstancesPolicyLaunchTemplateArgs

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

Constructors

Properties

Link copied to clipboard

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.

Functions

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