SpotOptionsPropertiesArgs

data class SpotOptionsPropertiesArgs(val allocationStrategy: Output<ComputeNodeGroupSpotOptionsPropertiesAllocationStrategy>? = null) : ConvertibleToJava<SpotOptionsPropertiesArgs>

Additional configuration when you specify SPOT as the purchase option.

Constructors

Link copied to clipboard
constructor(allocationStrategy: Output<ComputeNodeGroupSpotOptionsPropertiesAllocationStrategy>? = null)

Properties

Link copied to clipboard

The Amazon EC2 allocation strategy AWS PCS uses to provision EC2 instances. AWS PCS supports lowest price, capacity optimized, and price capacity optimized. If you don't provide this option, it defaults to price capacity optimized.

Functions

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