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.
| 4789 4790 4791 4792 4793 | # File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4789 class RoutingConfig < Struct.new( :failover_config) SENSITIVE = [] include Aws::Structure end |