RdsDbClusterEndpointResponse

data class RdsDbClusterEndpointResponse(val address: String? = null, val port: String? = null)

Definition of Endpoint

Constructors

Link copied to clipboard
constructor(address: String? = null, port: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The connection endpoint for the DB cluster.

Link copied to clipboard
val port: String? = null

The port number that will accept connections on this DB cluster.