LaunchTemplateSpotMarketOptionsRequest
public struct LaunchTemplateSpotMarketOptionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).
Declaration
Swift
public let blockDurationMinutes: Int?
-
The behavior when a Spot Instance is interrupted. The default is terminate.
Declaration
Swift
public let instanceInterruptionBehavior: InstanceInterruptionBehavior?
-
The maximum hourly price you’re willing to pay for the Spot Instances.
Declaration
Swift
public let maxPrice: String?
-
The Spot Instance request type.
Declaration
Swift
public let spotInstanceType: SpotInstanceType?
-
The end date of the request. For a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date and time is reached. The default end date is 7 days from the current date.
Declaration
Swift
public let validUntil: TimeStamp?
-
Undocumented
Declaration
Swift
public init(blockDurationMinutes: Int? = nil, instanceInterruptionBehavior: InstanceInterruptionBehavior? = nil, maxPrice: String? = nil, spotInstanceType: SpotInstanceType? = nil, validUntil: TimeStamp? = nil)