Class: Aws::EventBridge::Types::RoutingConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb

Overview

The routing configuration of the endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failover_configTypes::FailoverConfig

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



4321
4322
4323
4324
4325
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4321

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