LaunchTemplateInstanceMarketOptionsSpotOptions

data class LaunchTemplateInstanceMarketOptionsSpotOptions(val blockDurationMinutes: Int? = null, val instanceInterruptionBehavior: String? = null, val maxPrice: String? = null, val spotInstanceType: String? = null, val validUntil: String? = null)

Constructors

constructor(blockDurationMinutes: Int? = null, instanceInterruptionBehavior: String? = null, maxPrice: String? = null, spotInstanceType: String? = null, validUntil: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The required duration in minutes. This value must be a multiple of 60.

Link copied to clipboard

The behavior when a Spot Instance is interrupted. Can be hibernate, stop, or terminate. (Default: terminate).

Link copied to clipboard
val maxPrice: String? = null

The maximum hourly price you're willing to pay for the Spot Instances.

Link copied to clipboard

The Spot Instance request type. Can be one-time, or persistent.

Link copied to clipboard
val validUntil: String? = null

The end date of the request.