Class: Aws::EventBridge::Types::RoutingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::RoutingConfig
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
The routing configuration of the endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failover_config ⇒ Types::FailoverConfig
The failover configuration for an endpoint.
Instance Attribute Details
#failover_config ⇒ Types::FailoverConfig
The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
4321 4322 4323 4324 4325 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4321 class RoutingConfig < Struct.new( :failover_config) SENSITIVE = [] include Aws::Structure end |