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.3/services/pinpointemail.ts?docs=full";

A request to add an event destination to a configuration set.

interface CreateConfigurationSetEventDestinationRequest {
ConfigurationSetName: string;
EventDestination: EventDestinationDefinition;
EventDestinationName: string;
}

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set that you want to add an event destination to.

§

An object that defines the event destination.

§
EventDestinationName: string
[src]

A name that identifies the event destination within the configuration set.