2 Home
gitea_admin edited this page 2026-03-11 14:34:35 +00:00

AWS Redshift Source

Query data from an AWS RedShift Database.

Metadata

Property Value
Type source
Group AWS Redshift
Namespace AWS
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
serverName string The server name for the data source.
serverPort string 5439 The server port for the data source.
username string The username to access a secured AWS RedShift Database.
password string The password to access a secured AWS RedShift Database.
query string The query to execute against the AWS RedShift Database.
databaseName string The name of the AWS RedShift Database.
consumedQuery string A query to run on a tuple consumed.
delay integer 500 The number of milliseconds before the next poll from the AWS RedShift database.

Dependencies

  • camel:jackson
  • camel:kamelet
  • camel:sql
  • mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.32
  • mvn:org.apache.commons:commons-dbcp2:2.13.0