AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::FSx::Snapshot

CfnSnapshot

A snapshot of an Amazon FSx for OpenZFS volume.

Import

import { CfnSnapshot } from 'aws-cdk-lib/aws-fsx';

Or use the module namespace:

import * as fsx from 'aws-cdk-lib/aws-fsx';
// fsx.CfnSnapshot

Properties

Configuration passed to the constructor as CfnSnapshotProps.

nameRequired
string

The name of the snapshot.

volumeIdRequired
string

The ID of the volume that the snapshot is of.

tagsOptional
CfnTag[]

A list of `Tag` values, with a maximum of 50 elements.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter