CapacityReservationSpecificationResponseResponse

data class CapacityReservationSpecificationResponseResponse(val capacityReservationPreference: CapacityReservationPreferenceEnumValueResponse? = null, val capacityReservationTarget: CapacityReservationTargetResponseResponse? = null)

Definition of CapacityReservationSpecificationResponse

Constructors

constructor(capacityReservationPreference: CapacityReservationPreferenceEnumValueResponse? = null, capacityReservationTarget: CapacityReservationTargetResponseResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the instance's Capacity Reservation preferences. Possible preferences include:

  • open - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).

  • none - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.

Link copied to clipboard

Information about the targeted Capacity Reservation or Capacity Reservation group.