Skip to content

Commit Transaction

lakeformation_commit_transaction 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.

Usage

lakeformation_commit_transaction(TransactionId)

Arguments

TransactionId

[required] The transaction to commit.

Value

A list with the following syntax:

list(
  TransactionStatus = "ACTIVE"|"COMMITTED"|"ABORTED"|"COMMIT_IN_PROGRESS"
)

Request syntax

svc$commit_transaction(
  TransactionId = "string"
)