Skip to content

Update Table Storage Optimizer

lakeformation_update_table_storage_optimizer R Documentation

Updates the configuration of the storage optimizers for a table

Description

Updates the configuration of the storage optimizers for a table.

Usage

lakeformation_update_table_storage_optimizer(CatalogId, DatabaseName,
  TableName, StorageOptimizerConfig)

Arguments

CatalogId

The Catalog ID of the table.

DatabaseName

[required] Name of the database where the table is present.

TableName

[required] Name of the table for which to enable the storage optimizer.

StorageOptimizerConfig

[required] Name of the table for which to enable the storage optimizer.

Value

A list with the following syntax:

list(
  Result = "string"
)

Request syntax

svc$update_table_storage_optimizer(
  CatalogId = "string",
  DatabaseName = "string",
  TableName = "string",
  StorageOptimizerConfig = list(
    list(
      "string"
    )
  )
)