Updates the configuration for an existing table optimizer.
See https://www.paws-r-sdk.com/docs/glue_update_table_optimizer/ for full documentation.
glue_update_table_optimizer(
CatalogId,
DatabaseName,
TableName,
Type,
TableOptimizerConfiguration
)
[required] The Catalog ID of the table.
[required] The name of the database in the catalog in which the table resides.
[required] The name of the table.
[required] The type of table optimizer.
[required] A TableOptimizerConfiguration
object representing the configuration of
a table optimizer.