Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RoutingConfig

import type { RoutingConfig } from "https://aws-api.deno.dev/v0.4/services/eventbridge.ts?docs=full";

The routing configuration of the endpoint.

interface RoutingConfig {
FailoverConfig: FailoverConfig;
}

§Properties

§
FailoverConfig: FailoverConfig
[src]

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