Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 565 Bytes

File metadata and controls

25 lines (15 loc) · 565 Bytes

DestinationRedisSSHTunnelMethod

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

Supported Types

models.DestinationRedisNoTunnel

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

models.DestinationRedisSSHKeyAuthentication

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

models.DestinationRedisPasswordAuthentication

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