aws.ssm.describe_inventory_deletions
Example SQL Queries
SELECT * FROMaws.ssm.describe_inventory_deletions;Description
Describes a specific delete inventory operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| deletion_id Input Column The deletion ID returned by the DeleteInventory operation. | VARCHAR |
| _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 |
| deletion_start_time The UTC timestamp when the delete operation started. | TIMESTAMP_S |
| deletion_summary Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide. | STRUCT( |
Show child fields
| |
| last_status The status of the operation. Possible values are InProgress and Complete. | VARCHAR |
| last_status_message Information about the status. | VARCHAR |
| last_status_update_time The UTC timestamp of when the last status report. | TIMESTAMP_S |
| type_name The name of the inventory data type. | VARCHAR |