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

DescribeConfigurationSetResponse

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

Represents the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

interface DescribeConfigurationSetResponse {
ConfigurationSet?: ConfigurationSet | null;
DeliveryOptions?: DeliveryOptions | null;
EventDestinations: EventDestination[];
ReputationOptions?: ReputationOptions | null;
TrackingOptions?: TrackingOptions | null;
}

§Properties

§
ConfigurationSet?: ConfigurationSet | null
[src]

The configuration set object associated with the specified configuration set.

§
DeliveryOptions?: DeliveryOptions | null
[src]
§
EventDestinations: EventDestination[]
[src]

A list of event destinations associated with the configuration set.

§
ReputationOptions?: ReputationOptions | null
[src]

An object that represents the reputation settings for the configuration set.

§
TrackingOptions?: TrackingOptions | null
[src]

The name of the custom open and click tracking domain associated with the configuration set.