BucketsInventory
Returns an inventory configuration (identified by the inventory configuration ID) from the bucket.
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 queries are processed server side.
SELECT * FROM BucketsInventory SELECT * FROM BucketsInventory WHERE Bucket = 'TestBucket'
Columns
| Name | Type | Description |
| Id [KEY] | String | The ID that identifies the inventory configuration. |
| IsEnabled | String | Specifies whether the inventory is enabled or disabled. |
| DestinationFormat | String | Specifies the output format of the inventory results. |
| DestinationBucket | String | The Amazon Resource Name (ARN) of the bucket where inventory results are published. |
| DestinationEncryption | String | Contains the type of server-side encryption used to encrypt the inventory results. |
| ScheduleFrequency | String | Specifies how frequently inventory results are produced. |
| IncludedObjectVersions | String | Object versions to include in the inventory list. |
| Bucket | String | The name of the current bucket. |