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

FailoverConfig

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

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

interface FailoverConfig {
Primary: Primary;
Secondary: Secondary;
}

§Properties

§
Primary: Primary
[src]

The main Region of the endpoint.

§
Secondary: Secondary
[src]

The Region that events are routed to when failover is triggered or event replication is enabled.