Proxy Auth Args
data class ProxyAuthArgs(val authScheme: Output<String>? = null, val clientPasswordAuthType: Output<String>? = null, val description: Output<String>? = null, val iamAuth: Output<String>? = null, val secretArn: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<ProxyAuthArgs>
Constructors
Properties
Link copied to clipboard
The type of authentication that the proxy uses for connections from the proxy to the underlying database. One of SECRETS
.
Link copied to clipboard
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
.
Link copied to clipboard
A user-specified description about the authentication used by a proxy to log in as a specific database user.