GetDbProxyResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authorization mechanism that the proxy uses.

Link copied to clipboard
val dbProxyArn: String? = null

The Amazon Resource Name (ARN) for the proxy.

Link copied to clipboard
val debugLogging: Boolean? = null

Whether the proxy includes detailed information about SQL statements in its logs.

Link copied to clipboard
val endpoint: String? = null

The endpoint that you can use to connect to the proxy. You include the endpoint value in the connection string for a database client application.

Link copied to clipboard
val idleClientTimeout: Int? = null

The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.

Link copied to clipboard
val requireTls: Boolean? = null

A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy.

Link copied to clipboard
val roleArn: String? = null

The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.

Link copied to clipboard
val tags: List<Tag>? = null

An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.

Link copied to clipboard
val vpcId: String? = null

VPC ID to associate with the new DB proxy.

Link copied to clipboard

VPC security group IDs to associate with the new proxy.