SpotMarketOptions
public struct SpotMarketOptions : 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. The default is the On-Demand price.
Declaration
Swift
public let maxPrice: String?
-
The Spot Instance request type. For RunInstances, persistent Spot Instance requests are only supported when InstanceInterruptionBehavior is set to either hibernate or stop.
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)