Class: Aws::EventBridge::Types::FailoverConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::FailoverConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
The failover configuration for an endpoint. This includes what triggers failover and what happens when it’s triggered.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#primary ⇒ Types::Primary
The main Region of the endpoint.
-
#secondary ⇒ Types::Secondary
The Region that events are routed to when failover is triggered or event replication is enabled.
Instance Attribute Details
#primary ⇒ Types::Primary
The main Region of the endpoint.
2461 2462 2463 2464 2465 2466 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 2461 class FailoverConfig < Struct.new( :primary, :secondary) SENSITIVE = [] include Aws::Structure end |
#secondary ⇒ Types::Secondary
The Region that events are routed to when failover is triggered or event replication is enabled.
2461 2462 2463 2464 2465 2466 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 2461 class FailoverConfig < Struct.new( :primary, :secondary) SENSITIVE = [] include Aws::Structure end |