EndpointFailoverConfig

data class EndpointFailoverConfig(val primary: EndpointPrimary, val secondary: EndpointSecondary)

Constructors

Link copied to clipboard
constructor(primary: EndpointPrimary, secondary: EndpointSecondary)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The main Region of the endpoint.

Link copied to clipboard

The Region that events are routed to when failover is triggered or event replication is enabled.