The main Region of the endpoint.
class
Amazonite::EventBridge::FailoverConfig
- Amazonite::EventBridge::FailoverConfig
- Reference
- Object
Overview
The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/failover_config.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#primary : Primary
The main Region of the endpoint.
-
#primary=(primary : Primary)
The main Region of the endpoint.
-
#secondary : Secondary
The Region that events are routed to when failover is triggered or event replication is enabled.
-
#secondary=(secondary : Secondary)
The Region that events are routed to when failover is triggered or event replication is enabled.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
The Region that events are routed to when failover is triggered or event replication is enabled.
The Region that events are routed to when failover is triggered or event replication is enabled.