RdsDataClient

RDS Data API

Amazon RDS provides an HTTP endpoint to run SQL statements on an Amazon Aurora DB cluster. To run these statements, you use the RDS Data API (Data API).

Data API is available with the following types of Aurora databases:

  • Aurora PostgreSQL - Serverless v2, provisioned, and Serverless v1

  • Aurora MySQL - Serverless v2, provisioned, and Serverless v1

For more information about the Data API, see Using RDS Data API in the Amazon Aurora User Guide.

Properties

Link copied to clipboard
abstract override val config: RdsDataClient.Config

RdsDataClient's configuration

Functions

Link copied to clipboard

Runs a batch SQL statement over an array of data.

Link copied to clipboard

Starts a SQL transaction.

Link copied to clipboard

Ends a SQL transaction started with the BeginTransaction operation and commits the changes.

Link copied to clipboard

Runs a SQL statement against a database.

Link copied to clipboard

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

Inherited functions

Link copied to clipboard

Runs a batch SQL statement over an array of data.

Link copied to clipboard

Starts a SQL transaction.

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Ends a SQL transaction started with the BeginTransaction operation and commits the changes.

Link copied to clipboard

Runs a SQL statement against a database.

Link copied to clipboard

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

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.