Commit Transaction
rdsdataservice_commit_transaction | R Documentation |
Ends a SQL transaction started with the BeginTransaction operation and commits the changes¶
Description¶
Ends a SQL transaction started with the begin_transaction
operation
and commits the changes.
Usage¶
rdsdataservice_commit_transaction(resourceArn, secretArn, transactionId)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster. |
secretArn |
[required] The name or ARN of the secret that enables access to the DB cluster. |
transactionId |
[required] The identifier of the transaction to end and commit. |
Value¶
A list with the following syntax:
list(
transactionStatus = "string"
)
Request syntax¶
svc$commit_transaction(
resourceArn = "string",
secretArn = "string",
transactionId = "string"
)