ClusterEndpoint

data class ClusterEndpoint(val endpoint: String? = null, val region: String? = null)

Constructors

Link copied to clipboard
constructor(endpoint: String? = null, region: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpoint: String? = null

A cluster endpoint URL for one of the five redundant clusters that you specify to set or retrieve a routing control state.

Link copied to clipboard
val region: String? = null

The AWS Region for a cluster endpoint.