AWS::Lightsail::DiskSnapshotDescribes a block storage disk snapshot.
import { CfnDiskSnapshot } from 'aws-cdk-lib/aws-lightsail';Or use the module namespace:
import * as lightsail from 'aws-cdk-lib/aws-lightsail';
// lightsail.CfnDiskSnapshotConfiguration passed to the constructor as CfnDiskSnapshotProps.
diskNameRequiredstringThe unique name of the disk.
diskSnapshotNameRequiredstringThe name of the disk snapshot ( `my-disk-snapshot` ).
tagsOptionalCfnTag[]The tag keys and optional values for the resource. For more information about tags in Lightsail, see the [Amazon Lightsail Developer Guide](https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags) .
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-lightsailAWS::Lightsail::DiskSnapshot