Learn R Programming

paws.database (version 0.1.12)

rdsdataservice_rollback_transaction: Performs a rollback of a transaction

Description

Performs a rollback of a transaction. Rolling back a transaction cancels its changes.

Usage

rdsdataservice_rollback_transaction(resourceArn, secretArn,
  transactionId)

Value

A list with the following syntax:

list(
  transactionStatus = "string"
)

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 roll back.

Request syntax

svc$rollback_transaction(
  resourceArn = "string",
  secretArn = "string",
  transactionId = "string"
)