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

DescribeConfigurationSetRequest

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

Represents a request to return 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 DescribeConfigurationSetRequest {
ConfigurationSetAttributeNames?: ConfigurationSetAttribute[] | null;
ConfigurationSetName: string;
}

§Properties

§
ConfigurationSetAttributeNames?: ConfigurationSetAttribute[] | null
[src]

A list of configuration set attributes to return.

§
ConfigurationSetName: string
[src]

The name of the configuration set to describe.