Launch Template Capacity Reservation Specification
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
Link copied to clipboard
constructor(capacityReservationPreference: String? = null, capacityReservationTarget: LaunchTemplateCapacityReservationTarget? = null)