aws.mediastore_data.list_items
Example SQL Queries
SELECT * FROMaws.mediastore_data.list_items;Description
Provides a list of metadata entries about folders and objects in the specified folder.
Table Definition
| Column Name | Column Data Type |
|---|---|
| path Input Column The path in the container from which to retrieve items. Format: <folder name>/<folder name>/<file name> | 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
| |
| content_length The length of the item in bytes. | BIGINT |
| content_type The content type of the item. | VARCHAR |
| e_tag The ETag that represents a unique instance of the item. | VARCHAR |
| last_modified The date and time that the item was last modified. | TIMESTAMP_S |
| name The name of the item. | VARCHAR |
| type The item type (folder or object). | VARCHAR |