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

Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an AWS service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.

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

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set that the event destination should be associated with.

§
EventDestination: EventDestination
[src]

An object that describes the AWS service that email sending event information will be published to.