Update Table Optimizer
| glue_update_table_optimizer | R Documentation |
Updates the configuration for an existing table optimizer¶
Description¶
Updates the configuration for an existing table optimizer.
Usage¶
Arguments¶
CatalogId[required] The Catalog ID of the table.
DatabaseName[required] The name of the database in the catalog in which the table resides.
TableName[required] The name of the table.
Type[required] The type of table optimizer. Currently, the only valid value is
compaction.TableOptimizerConfiguration[required] A
TableOptimizerConfigurationobject representing the configuration of a table optimizer.
Value¶
An empty list.