Learn R Programming

paws.database (version 0.2.0)

rdsdataservice_begin_transaction: Starts a SQL transaction

Description

Starts a SQL transaction.

See https://paws-r.github.io/docs/rdsdataservice/begin_transaction.html for full documentation.

Usage

rdsdataservice_begin_transaction(
  database = NULL,
  resourceArn,
  schema = NULL,
  secretArn
)

Arguments

database

The name of the database.

resourceArn

[required] The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.

schema

The name of the database schema.

secretArn

[required] The name or ARN of the secret that enables access to the DB cluster.