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.
lakeformation_delete_objects_on_cancel(
CatalogId = NULL,
DatabaseName,
TableName,
TransactionId,
Objects
)
The Glue data catalog that contains the governed table. Defaults to the current account ID.
[required] The database that contains the governed table.
[required] The name of the governed table.
[required] ID of the transaction that the writes occur in.
[required] A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction cancels.