data class ProxyAuth(val authScheme: String? = null, val clientPasswordAuthType: String? = null, val description: String? = null, val iamAuth: String? = null, val secretArn: String? = null, val username: String? = null)
The type of authentication the proxy uses for connections from clients. Valid values are MYSQL_NATIVE_PASSWORD, POSTGRES_SCRAM_SHA_256, POSTGRES_MD5, and SQL_SERVER_AUTHENTICATION.
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.