Values.RedshiftProvisionedAuthConfigurationSourceContains configurations for authentication to an Amazon Redshift provisioned data warehouse. Specify the type of authentication to use in the type field and include the corresponding field. If you specify IAM authentication, you don't need to include another field.
type nonrec t = {type_ : RedshiftProvisionedAuthType.t;The type of authentication to use.
*)databaseUser : String_.t option;The database username for authentication to an Amazon Redshift provisioned data warehouse.
*)usernamePasswordSecretArn : SecretArn.t option;The ARN of an Secrets Manager secret for authentication.
*)}val make :
?databaseUser:??? ->
?usernamePasswordSecretArn:??? ->
type_:RedshiftProvisionedAuthType.t ->
unit ->
t