EventDestinationDefinition
import type { EventDestinationDefinition } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/pinpointsmsvoice.ts";interface EventDestinationDefinition {
CloudWatchLogsDestination?: CloudWatchLogsDestination | null;
Enabled?: boolean | null;
KinesisFirehoseDestination?: KinesisFirehoseDestination | null;
MatchingEventTypes?: EventType[] | null;
SnsDestination?: SnsDestination | null;
}§Properties
§
CloudWatchLogsDestination?: CloudWatchLogsDestination | null
[src]§
KinesisFirehoseDestination?: KinesisFirehoseDestination | null
[src]§
SnsDestination?: SnsDestination | null
[src]