Values.RedshiftServerlessAuthConfigurationSourceSpecifies configurations for authentication to a Redshift Serverless. 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_ : RedshiftServerlessAuthType.t;The type of authentication to use.
*)usernamePasswordSecretArn : SecretArn.t option;The ARN of an Secrets Manager secret for authentication.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SecretArn.t ]) list ]