Values.RedshiftCredentialsSourceAmazon Redshift credentials of a connection.
type nonrec t = {secretArn : RedshiftCredentialsSecretArnString.t option;The secret ARN of the Amazon Redshift credentials of a connection.
*)usernamePassword : UsernamePassword.t option;The username and password of the Amazon Redshift credentials of a connection.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of RedshiftCredentialsSecretArnString.t
| `Structure of (string * [> `String of Password.t ]) list ])
list ]