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.



4147
4148
4149
4150
4151
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4147

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