class
Amazonite::EventBridge::RoutingConfig
- Amazonite::EventBridge::RoutingConfig
- Reference
- Object
Overview
The routing configuration of the endpoint.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/routing_config.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#failover_config : FailoverConfig
The failover configuration for an endpoint.
-
#failover_config=(failover_config : FailoverConfig)
The failover configuration for an endpoint.
-
#hash(hasher)
See
Object#hash(hasher) - #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?.
def failover_config : FailoverConfig
#
The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
def failover_config=(failover_config : FailoverConfig)
#
The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.