EventTargetRedshiftTarget class

Constructors

EventTargetRedshiftTarget({required Input<String> database, Input<String?>? dbUser, Input<String?>? secretsManagerArn, Input<String?>? sql, Input<String?>? statementName, Input<bool?>? withEvent})
Creates a new EventTargetRedshiftTarget. database The name of the database. dbUser The database user name. secretsManagerArn The name or ARN of the secret that enables access to the database. sql The SQL statement text to run. statementName The name of the SQL statement. withEvent Indicates whether to send an event back to EventBridge after the SQL statement runs.
const
EventTargetRedshiftTarget.fromMap(Map<String, dynamic> map)
factory

Properties

database → Input<String>
The name of the database.
final
dbUser → Input<String?>?
The database user name.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretsManagerArn → Input<String?>?
The name or ARN of the secret that enables access to the database.
final
sql → Input<String?>?
The SQL statement text to run.
final
statementName → Input<String?>?
The name of the SQL statement.
final
withEvent → Input<bool?>?
Indicates whether to send an event back to EventBridge after the SQL statement runs.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited