LaunchTemplateCapacityReservationTarget

data class LaunchTemplateCapacityReservationTarget(val capacityReservationId: String? = null, val capacityReservationResourceGroupArn: String? = null)

Specifies a target Capacity Reservation. `CapacityReservationTarget` is a property of the Amazon EC2 LaunchTemplate LaunchTemplateData property type.

Constructors

Link copied to clipboard
constructor(capacityReservationId: String? = null, capacityReservationResourceGroupArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Capacity Reservation in which to run the instance.

Link copied to clipboard

The ARN of the Capacity Reservation resource group in which to run the instance.