interface IVolumeRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.EC2.IVolumeRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#IVolumeRef | 
  Java | software.amazon.awscdk.services.ec2.IVolumeRef | 
  Python | aws_cdk.aws_ec2.IVolumeRef | 
  TypeScript  | aws-cdk-lib » aws_ec2 » IVolumeRef | 
Implemented by
Cfn, Volume
Obtainable from
Cfn.fromVolumeId()
Indicates that this resource can be referenced as a Volume.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| volume | Volume | A reference to a Volume resource. | 
node
Type:
Node
The tree node.
volumeRef
Type:
Volume
A reference to a Volume resource.

 .NET
 Go
 Java
 Python
 TypeScript