interface VolumeReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.OpsWorks.VolumeReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsopsworks#VolumeReference |
![]() | software.amazon.awscdk.services.opsworks.VolumeReference |
![]() | aws_cdk.aws_opsworks.VolumeReference |
![]() | aws-cdk-lib » aws_opsworks » VolumeReference |
A reference to a Volume resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opsworks as opsworks } from 'aws-cdk-lib';
const volumeReference: opsworks.VolumeReference = {
volumeId: 'volumeId',
};
Properties
Name | Type | Description |
---|---|---|
volume | string | The Id of the Volume resource. |
volumeId
Type:
string
The Id of the Volume resource.