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

EventDestinationDefinition

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

An object that defines a single event destination.

interface EventDestinationDefinition {
CloudWatchLogsDestination?: CloudWatchLogsDestination | null;
Enabled?: boolean | null;
KinesisFirehoseDestination?: KinesisFirehoseDestination | null;
MatchingEventTypes?: EventType[] | null;
SnsDestination?: SnsDestination | null;
}

§Properties

§
CloudWatchLogsDestination?: CloudWatchLogsDestination | null
[src]
§
Enabled?: boolean | null
[src]

Indicates whether or not the event destination is enabled. If the event destination is enabled, then Amazon Pinpoint sends response data to the specified event destination.

§
KinesisFirehoseDestination?: KinesisFirehoseDestination | null
[src]
§
MatchingEventTypes?: EventType[] | null
[src]
§
SnsDestination?: SnsDestination | null
[src]