lakeformation_commit_transaction {paws.database} | R Documentation |
Attempts to commit the specified transaction
Description
Attempts to commit the specified transaction. Returns an exception if the transaction was previously aborted. This API action is idempotent if called multiple times for the same transaction.
See https://www.paws-r-sdk.com/docs/lakeformation_commit_transaction/ for full documentation.
Usage
lakeformation_commit_transaction(TransactionId)
Arguments
TransactionId |
[required] The transaction to commit. |
[Package paws.database version 0.9.0 Index]