Class: Aws::SecurityHub::Types::AwsEventsEndpointRoutingConfigDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#failover_configTypes::AwsEventsEndpointRoutingConfigFailoverConfigDetails

The failover configuration for an endpoint. This includes what triggers failover and what happens when it’s triggered.



13210
13211
13212
13213
13214
# File 'lib/aws-sdk-securityhub/types.rb', line 13210

class AwsEventsEndpointRoutingConfigDetails < Struct.new(
  :failover_config)
  SENSITIVE = []
  include Aws::Structure
end