DbProxyAuthFormat

data class DbProxyAuthFormat(val authScheme: DbProxyAuthFormatAuthScheme? = null, val clientPasswordAuthType: DbProxyAuthFormatClientPasswordAuthType? = null, val description: String? = null, val iamAuth: DbProxyAuthFormatIamAuth? = null, val secretArn: String? = null)

Constructors

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

Types

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
val description: 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

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: 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.