Redshift
Resource type
redshift — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| host | string | Yes | The cluster or workgroup endpoint, without the port (e.g. my-cluster.abc123.us-east-1.redshift.amazonaws.com) |
| port | integer | No | The instance port |
| dbname | string | Yes | The database name |
| user | string | Yes | The Redshift username |
| password | string | Yes | The Redshift user's password |
| sslmode | string | No | Redshift requires SSL by default. |
| root_certificate_pem | string | No | The root certificate in pem format, needed under verify-ca/verify-full |