RuleRedshiftDataParameters

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

Constructors

Link copied to clipboard
fun RuleRedshiftDataParameters(database: String, dbUser: String? = null, secretManagerArn: String? = null, sql: String? = null, statementName: String? = null, withEvent: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val dbUser: String? = null
Link copied to clipboard
Link copied to clipboard
val sql: String? = null
Link copied to clipboard
val statementName: String? = null
Link copied to clipboard
val withEvent: Boolean? = null