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-gyr5wj9zj0fg.deno.dev/v0.2/services/pinpointsmsvoice.ts";
interface EventDestination {
CloudWatchLogsDestination?: CloudWatchLogsDestination | null;
Enabled?: boolean | null;
KinesisFirehoseDestination?: KinesisFirehoseDestination | null;
MatchingEventTypes?: EventType[] | null;
Name?: string | null;
SnsDestination?: SnsDestination | null;
}

§Properties

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