Group Mixed Instances Policy
data class GroupMixedInstancesPolicy(val instancesDistribution: GroupMixedInstancesPolicyInstancesDistribution? = null, val launchTemplate: GroupMixedInstancesPolicyLaunchTemplate)
Constructors
Link copied to clipboard
constructor(instancesDistribution: GroupMixedInstancesPolicyInstancesDistribution? = null, launchTemplate: GroupMixedInstancesPolicyLaunchTemplate)
Properties
Link copied to clipboard
Nested argument containing settings on how to mix on-demand and Spot instances in the Auto Scaling group. Defined below.
Link copied to clipboard
Nested argument containing launch template settings along with the overrides to specify multiple instance types and weights. Defined below.