{"resource_type":{"id":468,"name":"redshift","schema":"{\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"order\": [\n\t\t\"host\",\n\t\t\"port\",\n\t\t\"dbname\",\n\t\t\"user\",\n\t\t\"password\",\n\t\t\"sslmode\",\n\t\t\"root_certificate_pem\"\n\t],\n\t\"properties\": {\n\t\t\"dbname\": {\n\t\t\t\"description\": \"The database name\",\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"host\": {\n\t\t\t\"description\": \"The cluster or workgroup endpoint, without the port (e.g. my-cluster.abc123.us-east-1.redshift.amazonaws.com)\",\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"password\": {\n\t\t\t\"description\": \"The Redshift user's password\",\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"port\": {\n\t\t\t\"default\": 5439,\n\t\t\t\"description\": \"The instance port\",\n\t\t\t\"type\": \"integer\"\n\t\t},\n\t\t\"root_certificate_pem\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"The root certificate in pem format, needed under verify-ca/verify-full\",\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"sslmode\": {\n\t\t\t\"default\": \"require\",\n\t\t\t\"description\": \"Redshift requires SSL by default.\",\n\t\t\t\"enum\": [\n\t\t\t\t\"disable\",\n\t\t\t\t\"allow\",\n\t\t\t\t\"prefer\",\n\t\t\t\t\"require\",\n\t\t\t\t\"verify-ca\",\n\t\t\t\t\"verify-full\"\n\t\t\t],\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"user\": {\n\t\t\t\"description\": \"The Redshift username\",\n\t\t\t\"type\": \"string\"\n\t\t}\n\t},\n\t\"required\": [\n\t\t\"host\",\n\t\t\"dbname\",\n\t\t\"user\",\n\t\t\"password\"\n\t],\n\t\"type\": \"object\"\n}","approved":true,"app":"redshift","description":"Amazon Redshift connection","created_by":"hugo989","created_at":"2026-08-04T22:21:21.109Z"}}