ProxyAuthArgs

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

Link copied to clipboard
constructor(authScheme: Output<String>? = null, clientPasswordAuthType: Output<String>? = null, description: Output<String>? = null, iamAuth: Output<String>? = null, secretArn: Output<String>? = null, username: Output<String>? = null)

Properties

Link copied to clipboard
val authScheme: Output<String>? = null

The type of authentication that the proxy uses for connections from the proxy to the underlying database. One of SECRETS.

Link copied to clipboard
val clientPasswordAuthType: Output<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.

Link copied to clipboard
val description: Output<String>? = null

A user-specified description about the authentication used by a proxy to log in as a specific database user.

Link copied to clipboard
val iamAuth: Output<String>? = null

Whether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the proxy. One of DISABLED, REQUIRED.

Link copied to clipboard
val secretArn: Output<String>? = null

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.

Link copied to clipboard
val username: Output<String>? = null

The name of the database user to which the proxy connects.

Functions

Link copied to clipboard
open override fun toJava(): ProxyAuthArgs