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;
}