aws.lakeformation.list_table_storage_optimizers
Example SQL Queries
SELECT * FROMaws.lakeformation.list_table_storage_optimizersWHERE"database_name" = 'VALUE'AND "table_name" = 'VALUE';Description
Returns the configuration of all storage optimizers associated with a specified table.
Table Definition
| Column Name | Column Data Type |
|---|---|
| database_name Required Input Column Name of the database where the table is present. | VARCHAR |
| table_name Required Input Column Name of the table. | VARCHAR |
| catalog_id Input Column The Catalog ID of the table. | VARCHAR |
| max_results Input Column The number of storage optimizers to return on each call. | BIGINT |
| next_token Input Column A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last. | VARCHAR |
| storage_optimizer_type Input Column The specific type of storage optimizers to list. The supported value is compaction. | 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 |
| storage_optimizer_list A list of the storage optimizers associated with a table. | STRUCT( |
Show child fields
| |