GetDbProxyEndpointResult

data class GetDbProxyEndpointResult(val dbProxyEndpointArn: String? = null, val endpoint: String? = null, val isDefault: Boolean? = null, val tags: List<Tag>? = null, val targetRole: DbProxyEndpointTargetRole? = null, val vpcId: String? = null, val vpcSecurityGroupIds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(dbProxyEndpointArn: String? = null, endpoint: String? = null, isDefault: Boolean? = null, tags: List<Tag>? = null, targetRole: DbProxyEndpointTargetRole? = null, vpcId: String? = null, vpcSecurityGroupIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) for the DB proxy endpoint.

Link copied to clipboard
val endpoint: String? = null

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

Link copied to clipboard
val isDefault: Boolean? = null

A value that indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only.

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 DB proxy endpoint.

Link copied to clipboard

A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.

Link copied to clipboard
val vpcId: String? = null

VPC ID to associate with the new DB proxy endpoint.

Link copied to clipboard

VPC security group IDs to associate with the new DB proxy endpoint.