interface IVolumeRef
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.IVolumeRef |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#IVolumeRef |
![]() | software.amazon.awscdk.services.ec2.IVolumeRef |
![]() | aws_cdk.aws_ec2.IVolumeRef |
![]() | 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.