Skip to content

Extend Transaction

lakeformation_extend_transaction R Documentation

Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted

Description

Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted.

Write transactions that remain idle for a long period are automatically aborted unless explicitly extended.

Usage

lakeformation_extend_transaction(TransactionId)

Arguments

TransactionId

The transaction to extend.

Value

An empty list.

Request syntax

svc$extend_transaction(
  TransactionId = "string"
)