lakeformation_update_table_objects: Updates the manifest of Amazon S3 objects that make up the...

View source: R/lakeformation_operations.R

lakeformation_update_table_objectsR Documentation

Updates the manifest of Amazon S3 objects that make up the specified governed table

Description

Updates the manifest of Amazon S3 objects that make up the specified governed table.

See https://www.paws-r-sdk.com/docs/lakeformation_update_table_objects/ for full documentation.

Usage

lakeformation_update_table_objects(
  CatalogId = NULL,
  DatabaseName,
  TableName,
  TransactionId = NULL,
  WriteOperations
)

Arguments

CatalogId

The catalog containing the governed table to update. Defaults to the caller’s account ID.

DatabaseName

[required] The database containing the governed table to update.

TableName

[required] The governed table to update.

TransactionId

The transaction at which to do the write.

WriteOperations

[required] A list of WriteOperation objects that define an object to add to or delete from the manifest for a governed table.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.