UserAuthConfig

Specifies the details of authentication used by a proxy to log in as a specific database user.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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

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

Link copied to clipboard

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.

Link copied to clipboard

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

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

Functions

Link copied to clipboard
inline fun copy(block: UserAuthConfig.Builder.() -> Unit = {}): UserAuthConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String