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

ReplayDestination

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

A ReplayDestination object that contains details about a replay.

interface ReplayDestination {
Arn: string;
FilterArns?: string[] | null;
}

§Properties

§
Arn: string
[src]

The ARN of the event bus to replay event to. You can replay events only to the event bus specified to create the archive.

§
FilterArns?: string[] | null
[src]

A list of ARNs for rules to replay events to.