AWS::OpsWorks::Volumehttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html.
import { CfnVolume } from 'aws-cdk-lib/aws-opsworks';Or use the module namespace:
import * as opsworks from 'aws-cdk-lib/aws-opsworks';
// opsworks.CfnVolumeConfiguration passed to the constructor as CfnVolumeProps.
ec2VolumeIdRequiredstringThe Amazon EC2 volume ID.
stackIdRequiredstringThe stack ID.
mountPointOptionalstringThe volume mount point. For example, "/mnt/disk1".
nameOptionalstringThe volume name. Volume names are a maximum of 128 characters.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-opsworksAWS::OpsWorks::Volume