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