AWS::FSx::VolumeCreates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
import { CfnVolume } from 'aws-cdk-lib/aws-fsx';Or use the module namespace:
import * as fsx from 'aws-cdk-lib/aws-fsx';
// fsx.CfnVolumeConfiguration passed to the constructor as CfnVolumeProps.
nameRequiredstringThe name of the volume.
backupIdOptionalstringSpecifies the ID of the volume backup to use to create a new volume.
ontapConfigurationOptionalIResolvable | OntapConfigurationPropertyThe configuration of an Amazon FSx for NetApp ONTAP volume.
openZfsConfigurationOptionalIResolvable | OpenZFSConfigurationPropertyThe configuration of an Amazon FSx for OpenZFS volume.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
volumeTypeOptionalstringThe type of the volume.
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-fsxAWS::FSx::Volume