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

CreateConfigurationSetEventDestinationRequest

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

Create a new event destination in a configuration set.

interface CreateConfigurationSetEventDestinationRequest {
ConfigurationSetName: string;
EventDestination?: EventDestinationDefinition | null;
EventDestinationName?: string | null;
}

§Properties

§
ConfigurationSetName: string
[src]

ConfigurationSetName

§
EventDestination?: EventDestinationDefinition | null
[src]
§
EventDestinationName?: string | null
[src]

A name that identifies the event destination.