Launch Template Instance Market Options Spot Options Args
data class LaunchTemplateInstanceMarketOptionsSpotOptionsArgs(val blockDurationMinutes: Output<Int>? = null, val instanceInterruptionBehavior: Output<String>? = null, val maxPrice: Output<String>? = null, val spotInstanceType: Output<String>? = null, val validUntil: Output<String>? = null) : ConvertibleToJava<LaunchTemplateInstanceMarketOptionsSpotOptionsArgs>
Constructors
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
The Spot Instance request type. Can be one-time
, or persistent
.
Link copied to clipboard
The end date of the request.