@aws-sdk/client-lakeformation

ListTransactionsCommandInput Interface

Members

Name
Type
Details
CatalogId string | undefined

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

MaxResults number | undefined

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

NextToken string | undefined

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

StatusFilter TransactionStatusFilter | undefined

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

Full Signature

export interface ListTransactionsCommandInput extends ListTransactionsRequest