interface CapacityReservationTargetProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnLaunchTemplate.CapacityReservationTargetProperty |
![]() | software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CapacityReservationTargetProperty |
![]() | aws_cdk.aws_ec2.CfnLaunchTemplate.CapacityReservationTargetProperty |
![]() | @aws-cdk/aws-ec2 » CfnLaunchTemplate » CapacityReservationTargetProperty |
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 * as ec2 from '@aws-cdk/aws-ec2';
const capacityReservationTargetProperty: ec2.CfnLaunchTemplate.CapacityReservationTargetProperty = {
capacityReservationId: 'capacityReservationId',
capacityReservationResourceGroupArn: 'capacityReservationResourceGroupArn',
};
Properties
Name | Type | Description |
---|---|---|
capacity | string | The ID of the Capacity Reservation in which to run the instance. |
capacity | string | The ARN of the Capacity Reservation resource group in which to run the instance. |
capacityReservationId?
Type:
string
(optional)
The ID of the Capacity Reservation in which to run the instance.
capacityReservationResourceGroupArn?
Type:
string
(optional)
The ARN of the Capacity Reservation resource group in which to run the instance.