BucketsInventory
Provides bucket inventory configurations, which define scheduled reports listing objects and their metadata for auditing or data management purposes.
Table Specific Information
Select
The add-in uses the Amazon S3 API to process search criteria that refers to the Bucket column. The add-in processes other filters client side within the add-in. For example, the following query is processed server side.
SELECT * FROM BucketsInventory WHERE Bucket = 'TestBucket'
Columns
| Name | Type | Description |
| Id [KEY] | String | A unique identifier for the inventory configuration within the bucket. |
| IsEnabled | String | Indicates whether the inventory configuration is currently active (enabled) or inactive (disabled). |
| DestinationFormat | String | Specifies the file format used for the exported inventory results, such as CSV or ORC. |
| DestinationBucket | String | The Amazon Resource Name (ARN) of the S3 bucket where the generated inventory reports are stored. |
| DestinationEncryption | String | Defines the type of server-side encryption applied to protect the exported inventory results. |
| ScheduleFrequency | String | Determines how often inventory reports are generated, such as daily or weekly. |
| IncludedObjectVersions | String | Indicates whether the inventory report includes only current object versions, or both current and previous versions. |
| Bucket | String | The name of the S3 bucket for which the inventory configuration is defined. |