lakeformation_delete_objects_on_cancel: For a specific governed table, provides a list of Amazon S3...

View source: R/lakeformation_operations.R

lakeformation_delete_objects_on_cancelR Documentation

For a specific governed table, provides a list of Amazon S3 objects that will be written during the current transaction and that can be automatically deleted if the transaction is canceled

Description

For a specific governed table, provides a list of Amazon S3 objects that will be written during the current transaction and that can be automatically deleted if the transaction is canceled. Without this call, no Amazon S3 objects are automatically deleted when a transaction cancels.

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

Usage

lakeformation_delete_objects_on_cancel(
  CatalogId = NULL,
  DatabaseName,
  TableName,
  TransactionId,
  Objects
)

Arguments

CatalogId

The Glue data catalog that contains the governed table. Defaults to the current account ID.

DatabaseName

[required] The database that contains the governed table.

TableName

[required] The name of the governed table.

TransactionId

[required] ID of the transaction that the writes occur in.

Objects

[required] A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction cancels.


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