rdsdataservice_begin_transaction: Starts a SQL transaction

View source: R/rdsdataservice_operations.R

rdsdataservice_begin_transactionR Documentation

Starts a SQL transaction

Description

Starts a SQL transaction.

See https://www.paws-r-sdk.com/docs/rdsdataservice_begin_transaction/ for full documentation.

Usage

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

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.

database

The name of the database.

schema

The name of the database schema.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.