Class: Aws::SecurityHub::Types::AwsEventsEndpointRoutingConfigFailoverConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEventsEndpointRoutingConfigFailoverConfigDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/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::AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails
The main Region of the endpoint.
-
#secondary ⇒ Types::AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails
The Region that events are routed to when failover is triggered or event replication is enabled.
Instance Attribute Details
#primary ⇒ Types::AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails
The main Region of the endpoint.
13233 13234 13235 13236 13237 13238 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13233 class AwsEventsEndpointRoutingConfigFailoverConfigDetails < Struct.new( :primary, :secondary) SENSITIVE = [] include Aws::Structure end |
#secondary ⇒ Types::AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails
The Region that events are routed to when failover is triggered or event replication is enabled.
13233 13234 13235 13236 13237 13238 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13233 class AwsEventsEndpointRoutingConfigFailoverConfigDetails < Struct.new( :primary, :secondary) SENSITIVE = [] include Aws::Structure end |