DbClusterEndpoint

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

The `Endpoint` return value specifies the connection endpoint for the primary instance of the DB cluster.

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

Specifies the connection endpoint for the primary instance of the DB cluster.

Link copied to clipboard
val port: String? = null

Specifies the port that the database engine is listening on.