Values.RedshiftCredentialConfigurationSourceThe details of the credentials required to access an Amazon Redshift cluster.
type nonrec t = {secretManagerArn : RedshiftCredentialConfigurationSecretManagerArnString.t;The ARN of a secret manager for an Amazon Redshift cluster.
*)}val make :
secretManagerArn:RedshiftCredentialConfigurationSecretManagerArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of RedshiftCredentialConfigurationSecretManagerArnString.t ])
list ]