Builder

class Builder

Properties

Link copied to clipboard

The name of the database.

Link copied to clipboard

The parameter set for the batch operation.

Link copied to clipboard

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

Link copied to clipboard

The name of the database schema.

Link copied to clipboard

The ARN of the secret that enables access to the DB cluster. Enter the database user name and password for the credentials in the secret.

Link copied to clipboard
var sql: String?

The SQL statement to run. Don't include a semicolon (;) at the end of the SQL statement.

Link copied to clipboard

The identifier of a transaction that was started by using the BeginTransaction operation. Specify the transaction ID of the transaction that you want to include the SQL statement in.