EventNative supports Redshift as a destination. For more information about Redshift see docs.
Redshift destination config consists of the following schema:
destinations:my_redshift:type: redshiftdatasource:host: redshift.amazonaws.comdb: my-dbport: 5439schema: myschemausername: userpassword: passparameters:connect_timeout: 300s3:access_key_id: abc123secret_access_key: secretabc123bucket: my-bucketregion: us-west-1folder: my_redshift
Field (*required) | Type | Description | Default value |
host* | string | Host of destination. | - |
port | int | Port of destination. |
|
db* | string | Database of destination. | - |
schema | string | Schema of destination. |
|
username* | string | Username for authorization in a destination. | - |
password | string | Password for authorization in a destination. | - |
parameters | object | Connection parameters. |
|