RequestSpotInstancesRequest

Contains the parameters for RequestSpotInstances.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user-specified name for a logical grouping of requests.

Link copied to clipboard

Deprecated.

Link copied to clipboard

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency in Amazon EC2 API requests in the Amazon EC2 User Guide.

Link copied to clipboard

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Link copied to clipboard

The maximum number of Spot Instances to launch.

Link copied to clipboard

The behavior when a Spot Instance is interrupted. The default is terminate.

Link copied to clipboard

The instance launch group. Launch groups are Spot Instances that launch together and terminate together.

Link copied to clipboard
Link copied to clipboard

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

Link copied to clipboard

The key-value pair for tagging the Spot Instance request on creation. The value for ResourceType must be spot-instances-request, otherwise the Spot Instance request fails. To tag the Spot Instance request after it has been created, see CreateTags.

Link copied to clipboard

The Spot Instance request type.

Link copied to clipboard

The start date of the request. If this is a one-time request, the request becomes active at this date and time and remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, the request becomes active at this date and time and remains active until it expires or is canceled.

Link copied to clipboard

The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ).

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String