Db Proxy Auth Format
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)
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
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.