AWS::FSx::SnapshotA snapshot of an Amazon FSx for OpenZFS volume.
import { CfnSnapshot } from 'aws-cdk-lib/aws-fsx';Or use the module namespace:
import * as fsx from 'aws-cdk-lib/aws-fsx';
// fsx.CfnSnapshotConfiguration passed to the constructor as CfnSnapshotProps.
nameRequiredstringThe name of the snapshot.
volumeIdRequiredstringThe ID of the volume that the snapshot is of.
tagsOptionalCfnTag[]A list of `Tag` values, with a maximum of 50 elements.
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::Snapshot