10.3. Configuration Options
The following table summarizes the configuration options available for the aws-redshift-sink Kamelet:
| Property | Name | Description | Type | Default | Example |
|---|---|---|---|---|---|
| databaseName * | Database Name | The name of the AWS RedShift Database. | string | ||
| password * | Password | The password to access a secured AWS Redshift Database. | string | ||
| query * | Query | The query to execute against the AWS Redshift Database. | string | INSERT INTO accounts (username,city) VALUES (:#username,:#city) | |
| serverName * | Server Name | The server name for the data source. | string | localhost | |
| username * | Username | The username to access a secured AWS Redshift Database. | string | ||
| serverPort | Server Port | The server port for the AWS RedShi data source. | string | 5439 |
* = Fields marked with an asterisk are mandatory.