Amazon EC2 (EBS) snapshot
aws.ec2.snapshot MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWSPrivate Resource
Amazon EC2 (EBS) snapshot
Min version: 5.15.0Defaults:
id region volumeSize stateRelationships
2 resources · 2 relationships·Click to select, expand fields to see properties.
Fields (13)
| Field | Type | Description |
|---|---|---|
arnrequired | string | ARN for the snapshot |
completionTimerequired | time | Time when the snapshot completed |
createVolumePermission | []dict | Users/groups that have the permissions to create volumes from the snapshot |
descriptionrequired | string | Description of the snapshot |
encryptedrequired | int | Whether the snapshot is encrypted |
idrequired | string | ID for the snapshot |
regionrequired | string | Region where the snapshot exists |
startTimerequired | time | Time when the snapshot began |
staterequired | string | State of the snapshot: pending, completed, error, recoverable, or recovering |
storageTierrequired | string | The storage tier in which the snapshot is stored |
tagsrequired | map[string]string | Tags for the snapshot |
volumeIdrequired | string | ID of the volume used to create the snapshot |
volumeSizerequired | int | Size of the volume, in GiB |