BatchExecuteStatementRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Link copied to clipboard

The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials.

Link copied to clipboard

The name of the database. This parameter is required when authenticating using either Secrets Manager or temporary credentials.

Link copied to clipboard

The database user name. This parameter is required when connecting to a cluster as a database user and authenticating using temporary credentials.

Link copied to clipboard

The data format of the result of the SQL statement. If no format is specified, the default is JSON.

Link copied to clipboard

The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using Secrets Manager.

Link copied to clipboard

The session identifier of the query.

Link copied to clipboard

The number of seconds to keep the session alive after the query finishes. The maximum time a session can keep alive is 24 hours. After 24 hours, the session is forced closed and the query is terminated.

Link copied to clipboard

One or more SQL statements to run. The SQL statements are run as a single transaction. They run serially in the order of the array. Subsequent SQL statements don't start until the previous statement in the array completes. If any SQL statement fails, then because they are run as one transaction, all work is rolled back.

Link copied to clipboard

The name of the SQL statements. You can name the SQL statements when you create them to identify the query.

Link copied to clipboard

A value that indicates whether to send an event to the Amazon EventBridge event bus after the SQL statements run.

Link copied to clipboard

The serverless workgroup name or Amazon Resource Name (ARN). This parameter is required when connecting to a serverless workgroup and authenticating using either Secrets Manager or temporary credentials.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String