Class: Aws::SecurityHub::Types::AwsEventsEndpointRoutingConfigFailoverConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEventsEndpointRoutingConfigFailoverConfigDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
13234 13235 13236 13237 13238 13239 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13234 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.
13234 13235 13236 13237 13238 13239 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13234 class AwsEventsEndpointRoutingConfigFailoverConfigDetails < Struct.new( :primary, :secondary) SENSITIVE = [] include Aws::Structure end |