DbProxyAuthFormatArgs

data class DbProxyAuthFormatArgs(val authScheme: Output<DbProxyAuthFormatAuthScheme>? = null, val clientPasswordAuthType: Output<DbProxyAuthFormatClientPasswordAuthType>? = null, val description: Output<String>? = null, val iamAuth: Output<DbProxyAuthFormatIamAuth>? = null, val secretArn: Output<String>? = null) : ConvertibleToJava<DbProxyAuthFormatArgs>

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The type of authentication the proxy uses for connections from clients.

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<DbProxyAuthFormatIamAuth>? = null

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.

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.

Functions

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