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

ReplicationConfig

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

Endpoints can replicate all events to the secondary Region.

interface ReplicationConfig {
State?: ReplicationState | null;
}

§Properties

§
State?: ReplicationState | null
[src]

The state of event replication.