AutoScalingGroupCapacityReservationSpecification

data class AutoScalingGroupCapacityReservationSpecification(val capacityReservationPreference: String, val capacityReservationTarget: AutoScalingGroupCapacityReservationTarget? = null)

Describes the Capacity Reservation preference and targeting options. If you specify `open` or `none` for `CapacityReservationPreference`, do not specify a `CapacityReservationTarget`.

Constructors

constructor(capacityReservationPreference: String, capacityReservationTarget: AutoScalingGroupCapacityReservationTarget? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The capacity reservation preference. The following options are available:

Link copied to clipboard

Describes a target Capacity Reservation or Capacity Reservation resource group.