Performs a rollback of a transaction. Rolling back a transaction cancels its changes.
rdsdataservice_rollback_transaction(resourceArn, secretArn,
transactionId)
A list with the following syntax:
list(
transactionStatus = "string"
)
[required] The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
[required] The name or ARN of the secret that enables access to the DB cluster.
[required] The identifier of the transaction to roll back.
svc$rollback_transaction(
resourceArn = "string",
secretArn = "string",
transactionId = "string"
)