EventEndpointRoutingConfig constructor

const EventEndpointRoutingConfig({
  1. required Input<EventEndpointRoutingConfigFailoverConfig> failoverConfig,
})

Creates a new EventEndpointRoutingConfig. failoverConfig Parameters used for failover. This includes what triggers failover and what happens when it's triggered. Documented below.

Implementation

const EventEndpointRoutingConfig({
  required this.failoverConfig,
});