Uses of Interface
software.amazon.awscdk.interfaces.ec2.ICapacityReservationRef
Packages that use ICapacityReservationRef
Package
Description
Amazon EC2 Construct Library
-
Uses of ICapacityReservationRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of ICapacityReservationRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICapacityReservationRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement ICapacityReservationRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ICapacityReservationRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement ICapacityReservationRefModifier and TypeClassDescriptionclassCreates a new Capacity Reservation with the specified attributes.Methods in software.amazon.awscdk.services.ec2 that return ICapacityReservationRefModifier and TypeMethodDescriptionstatic ICapacityReservationRefCfnCapacityReservation.fromCapacityReservationArn(software.constructs.Construct scope, String id, String arn) Creates a new ICapacityReservationRef from an ARN.static ICapacityReservationRefCfnCapacityReservation.fromCapacityReservationId(software.constructs.Construct scope, String id, String capacityReservationId) Creates a new ICapacityReservationRef from a capacityReservationId.