Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 586 Bytes

File metadata and controls

25 lines (15 loc) · 586 Bytes

DestinationRedshiftSSHTunnelMethod

Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.

Supported Types

models.DestinationRedshiftNoTunnel

value: models.DestinationRedshiftNoTunnel = /* values here */

models.DestinationRedshiftSSHKeyAuthentication

value: models.DestinationRedshiftSSHKeyAuthentication = /* values here */

models.DestinationRedshiftPasswordAuthentication

value: models.DestinationRedshiftPasswordAuthentication = /* values here */