/
Redshift Cross-Account IAM Role SSL Account
Redshift Cross-Account IAM Role SSL Account
In this article
- 1 Overview
- 1.1 Prerequisites
- 1.2 Limitations
- 1.3 Known Issues
- 2 Account Settings
Overview
Use this account type to connect Redshift Snaps with data sources that use Redshift Cross-Account IAM Role SSL Account. The Redshift Snaps support both Redshift Cluster and Redshift Serverless accounts.
Prerequisites
Access to the following folders:
Private project folder
Project Space’s shared folder
Global shared folder
Limitations
If you use the PostgreSQL driver (
org.postgresql.Driver
) with the Redshift Snap Pack, it could result in errors if the data type provided to the Snap does not match the data type in the Redshift table schema. Either use the Redshift driver (com.amazon.redshift.jdbc42.Driver
) or use the correct data type in the input document to resolve these errors.