Uses of Interface
software.amazon.awscdk.interfaces.ec2.IVolumeRef
Packages that use IVolumeRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IVolumeRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IVolumeRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIVolumeRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IVolumeRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IVolumeRef in software.amazon.awscdk.services.ec2
Subinterfaces of IVolumeRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterfaceAn EBS Volume in AWS EC2.static interfaceInternal default implementation forIVolume.Classes in software.amazon.awscdk.services.ec2 that implement IVolumeRefModifier and TypeClassDescriptionclassSpecifies an Amazon Elastic Block Store (Amazon EBS) volume.static final classA proxy class which represents a concrete javascript instance of this type.classCreates a new EBS Volume in AWS EC2.Methods in software.amazon.awscdk.services.ec2 that return IVolumeRefModifier and TypeMethodDescriptionstatic IVolumeRefCfnVolume.fromVolumeId(software.constructs.Construct scope, String id, String volumeId) Creates a new IVolumeRef from a volumeId.