EventTargetRedshiftTarget

data class EventTargetRedshiftTarget(val database: String, val dbUser: String? = null, val secretsManagerArn: String? = null, val sql: String? = null, val statementName: String? = null, val withEvent: Boolean? = null)

Constructors

Link copied to clipboard
constructor(database: String, dbUser: String? = null, secretsManagerArn: String? = null, sql: String? = null, statementName: String? = null, withEvent: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the database.

Link copied to clipboard
val dbUser: String? = null

The database user name.

Link copied to clipboard

The name or ARN of the secret that enables access to the database.

Link copied to clipboard
val sql: String? = null

The SQL statement text to run.

Link copied to clipboard
val statementName: String? = null

The name of the SQL statement.

Link copied to clipboard
val withEvent: Boolean? = null

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