EventEndpointRoutingConfig constructor
const
EventEndpointRoutingConfig({
- 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,
});