aws.ec2.list_snapshots_in_recycle_bin
Example SQL Queries
SELECT * FROMaws.ec2.list_snapshots_in_recycle_bin;Description
Lists one or more snapshots that are currently in the Recycle Bin.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dry_run Input Column Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | BOOLEAN |
| snapshot_ids Input Column The IDs of the snapshots to list. Omit this parameter to list all of the snapshots that are in the Recycle Bin. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| description The description for the snapshot. | VARCHAR |
| recycle_bin_enter_time The date and time when the snaphsot entered the Recycle Bin. | TIMESTAMP_S |
| recycle_bin_exit_time The date and time when the snapshot is to be permanently deleted from the Recycle Bin. | TIMESTAMP_S |
| snapshot_id The ID of the snapshot. | VARCHAR |
| volume_id The ID of the volume from which the snapshot was created. | VARCHAR |