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

GetConfigurationSetEventDestinationsRequest

import type { GetConfigurationSetEventDestinationsRequest } from "https://aws-api.deno.dev/v0.3/services/pinpointemail.ts?docs=full";

A request to obtain information about the event destinations for a configuration set.

interface GetConfigurationSetEventDestinationsRequest {
ConfigurationSetName: string;
}

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set that contains the event destination.