Uses of Class
software.amazon.awscdk.services.events.targets.RedshiftQuery.Builder
Package
Description
Event Targets for Amazon EventBridge
-
Uses of RedshiftQuery.Builder in software.amazon.awscdk.services.events.targets
Modifier and TypeMethodDescriptionstatic RedshiftQuery.Builder
The Amazon Redshift database to run the query against.The Amazon Redshift database user to run the query as.RedshiftQuery.Builder.deadLetterQueue
(IQueue deadLetterQueue) The queue to be used as dead letter queue.RedshiftQuery.Builder.input
(RuleTargetInput input) The input to the state machine execution.The IAM role to be used to execute the SQL statement.The secret containing the password for the database user.RedshiftQuery.Builder.sendEventBridgeEvent
(Boolean sendEventBridgeEvent) Should an event be sent back to Event Bridge when the SQL statement is executed.The SQL queries to be executed.RedshiftQuery.Builder.statementName
(String statementName) The name of the SQL statement.