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

EventDestination

import type { EventDestination } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpointemail.ts";
interface EventDestination {
CloudWatchDestination?: CloudWatchDestination | null;
Enabled?: boolean | null;
KinesisFirehoseDestination?: KinesisFirehoseDestination | null;
MatchingEventTypes: EventType[];
Name: string;
PinpointDestination?: PinpointDestination | null;
SnsDestination?: SnsDestination | null;
}

§Properties

§
CloudWatchDestination?: CloudWatchDestination | null
[src]
§
Enabled?: boolean | null
[src]
§
KinesisFirehoseDestination?: KinesisFirehoseDestination | null
[src]
§
MatchingEventTypes: EventType[]
[src]
§
Name: string
[src]
§
PinpointDestination?: PinpointDestination | null
[src]
§
SnsDestination?: SnsDestination | null
[src]