GroupMixedInstancesPolicyLaunchTemplateOverride

data class GroupMixedInstancesPolicyLaunchTemplateOverride(val instanceRequirements: GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirements? = null, val instanceType: String? = null, val launchTemplateSpecification: GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification? = null, val weightedCapacity: String? = null)

Constructors

constructor(instanceRequirements: GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirements? = null, instanceType: String? = null, launchTemplateSpecification: GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification? = null, weightedCapacity: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Override the instance type in the Launch Template with instance types that satisfy the requirements.

Link copied to clipboard
val instanceType: String? = null

Override the instance type in the Launch Template.

Link copied to clipboard

Nested argument defines the Launch Template. Defined below.

Link copied to clipboard

Number of capacity units, which gives the instance type a proportional weight to other instance types.