Get Db Proxy Result
data class GetDbProxyResult(val auth: List<DbProxyAuthFormat>? = null, val dbProxyArn: String? = null, val debugLogging: Boolean? = null, val endpoint: String? = null, val idleClientTimeout: Int? = null, val requireTls: Boolean? = null, val roleArn: String? = null, val tags: List<Tag>? = null, val vpcId: String? = null, val vpcSecurityGroupIds: List<String>? = null)
Constructors
Link copied to clipboard
constructor(auth: List<DbProxyAuthFormat>? = null, dbProxyArn: String? = null, debugLogging: Boolean? = null, endpoint: String? = null, idleClientTimeout: Int? = null, requireTls: Boolean? = null, roleArn: String? = null, tags: List<Tag>? = null, vpcId: String? = null, vpcSecurityGroupIds: List<String>? = null)
Properties
Link copied to clipboard
The authorization mechanism that the proxy uses.
Link copied to clipboard
The Amazon Resource Name (ARN) for the proxy.
Link copied to clipboard
Whether the proxy includes detailed information about SQL statements in its logs.
Link copied to clipboard
The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
Link copied to clipboard
A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
Link copied to clipboard
VPC security group IDs to associate with the new proxy.