LaunchTemplateCapacityReservationSpecification

data class LaunchTemplateCapacityReservationSpecification(val capacityReservationPreference: String? = null, val capacityReservationTarget: LaunchTemplateCapacityReservationTarget? = null)

Specifies an instance's Capacity Reservation targeting option. You can specify only one option at a time. `CapacityReservationSpecification` is a property of AWS::EC2::LaunchTemplate LaunchTemplateData.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Information about the target Capacity Reservation or Capacity Reservation group.