aws.ec2.list_images_in_recycle_bin
Example SQL Queries
SELECT * FROMaws.ec2.list_images_in_recycle_bin;Description
Lists one or more AMIs that are currently in the Recycle Bin. For more information, see Recycle Bin in the Amazon EC2 User Guide.
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 |
| image_ids Input Column The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin. You can specify up to 20 IDs in a single request. | 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 of the AMI. | VARCHAR |
| image_id The ID of the AMI. | VARCHAR |
| name The name of the AMI. | VARCHAR |
| recycle_bin_enter_time The date and time when the AMI entered the Recycle Bin. | TIMESTAMP_S |
| recycle_bin_exit_time The date and time when the AMI is to be permanently deleted from the Recycle Bin. | TIMESTAMP_S |