Learn R Programming

paws.database (version 0.7.0)

lakeformation_list_transactions: Returns metadata about transactions and their status

Description

Returns metadata about transactions and their status. To prevent the response from growing indefinitely, only uncommitted transactions and those available for time-travel queries are returned.

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

Usage

lakeformation_list_transactions(
  CatalogId = NULL,
  StatusFilter = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

CatalogId

The catalog for which to list transactions. Defaults to the account ID of the caller.

StatusFilter

A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL.

MaxResults

The maximum number of transactions to return in a single call.

NextToken

A continuation token if this is not the first call to retrieve transactions.