CreateFleetRequest

Types

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

Properties

Link copied to clipboard

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.

Link copied to clipboard

Reserved.

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

Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.

Link copied to clipboard

The configuration for the EC2 Fleet.

Link copied to clipboard

Describes the configuration of On-Demand Instances in an EC2 Fleet.

Link copied to clipboard

Indicates whether EC2 Fleet should replace unhealthy Spot Instances. Supported only for fleets of type maintain. For more information, see EC2 Fleet health checks in the Amazon EC2 User Guide.

Link copied to clipboard

Describes the configuration of Spot Instances in an EC2 Fleet.

Link copied to clipboard

The key-value pair for tagging the EC2 Fleet request on creation. For more information, see Tag your resources.

Link copied to clipboard
Link copied to clipboard

Indicates whether running instances should be terminated when the EC2 Fleet expires.

Link copied to clipboard

The fleet type. The default value is maintain.

Link copied to clipboard

The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.

Link copied to clipboard

The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new EC2 Fleet requests are placed or able to fulfill the request. If no value is specified, the request remains until you cancel it.

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