Values_0.UserAuthConfigSourceSpecifies the details of authentication used by a proxy to log in as a specific database user.
type nonrec t = {description : Description.t option;A user-specified description about the authentication used by a proxy to log in as a specific database user.
*)userName : AuthUserName.t option;The name of the database user to which the proxy connects.
*)authScheme : AuthScheme.t option;The type of authentication that the proxy uses for connections from the proxy to the underlying database.
*)secretArn : Arn.t option;The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster. These secrets are stored within Amazon Secrets Manager.
*)iAMAuth : IAMAuthMode.t option;A value that indicates whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy. The ENABLED value is valid only for proxies with RDS for Microsoft SQL Server.
*)clientPasswordAuthType : ClientPasswordAuthType.t option;The type of authentication the proxy uses for connections from clients. The following values are defaults for the corresponding engines: RDS for MySQL: MYSQL_CACHING_SHA2_PASSWORD RDS for SQL Server: SQL_SERVER_AUTHENTICATION RDS for PostgreSQL: POSTGRES_SCRAM_SHA2_256
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Description.t ]) list ]