Interface CfnLaunchTemplate.CapacityReservationTargetProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLaunchTemplate.CapacityReservationTargetProperty.Jsii$Proxy
Enclosing class:
CfnLaunchTemplate

@Stability(Stable) public static interface CfnLaunchTemplate.CapacityReservationTargetProperty extends software.amazon.jsii.JsiiSerializable
Specifies a target Capacity Reservation.

CapacityReservationTarget is a property of the Amazon EC2 LaunchTemplate LaunchTemplateData property type.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ec2.*;
 CapacityReservationTargetProperty capacityReservationTargetProperty = CapacityReservationTargetProperty.builder()
         .capacityReservationId("capacityReservationId")
         .capacityReservationResourceGroupArn("capacityReservationResourceGroupArn")
         .build();