RedshiftDataParameters

These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API ExecuteStatement based on EventBridge events.

Types

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

Properties

Link copied to clipboard

The name of the database. Required when authenticating using temporary credentials.

Link copied to clipboard

The database user name. Required when authenticating using temporary credentials.

Link copied to clipboard

The name or ARN of the secret that enables access to the database. Required when authenticating using Amazon Web Services Secrets Manager.

Link copied to clipboard
val sql: String?

The SQL statement text to run.

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 statement. You can name the SQL statement when you create it to identify the query.

Link copied to clipboard

Indicates whether to send an event back to EventBridge after the SQL statement runs.

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