Class: Aws::SecurityHub::Types::AwsEventsEndpointRoutingConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEventsEndpointRoutingConfigDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about the routing configuration of the endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failover_config ⇒ Types::AwsEventsEndpointRoutingConfigFailoverConfigDetails
The failover configuration for an endpoint.
Instance Attribute Details
#failover_config ⇒ Types::AwsEventsEndpointRoutingConfigFailoverConfigDetails
The failover configuration for an endpoint. This includes what triggers failover and what happens when it’s triggered.
13213 13214 13215 13216 13217 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13213 class AwsEventsEndpointRoutingConfigDetails < Struct.new( :failover_config) SENSITIVE = [] include Aws::Structure end |