GetCapacityReservationFleetResult

data class GetCapacityReservationFleetResult(val capacityReservationFleetId: String? = null, val noRemoveEndDate: Boolean? = null, val removeEndDate: Boolean? = null, val totalTargetCapacity: Int? = null)

Constructors

Link copied to clipboard
constructor(capacityReservationFleetId: String? = null, noRemoveEndDate: Boolean? = null, removeEndDate: Boolean? = null, totalTargetCapacity: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Capacity Reservation Fleet.

Link copied to clipboard

Used to add an end date to a Capacity Reservation Fleet that has no end date and time. To add an end date to a Capacity Reservation Fleet, specify true for this paramater and specify the end date and time (in UTC time format) for the EndDate parameter.

Link copied to clipboard
val removeEndDate: Boolean? = null

Used to remove an end date from a Capacity Reservation Fleet that is configured to end automatically at a specific date and time. To remove the end date from a Capacity Reservation Fleet, specify true for this paramater and omit the EndDate parameter.

Link copied to clipboard

The total number of capacity units to be reserved by the Capacity Reservation Fleet. This value, together with the instance type weights that you assign to each instance type used by the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see Total target capacity in the Amazon EC2 User Guide .