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

CreateConfigurationSetRequest

import type { CreateConfigurationSetRequest } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";

A request to create a configuration set.

interface CreateConfigurationSetRequest {
ConfigurationSetName: string;
DeliveryOptions?: DeliveryOptions | null;
ReputationOptions?: ReputationOptions | null;
SendingOptions?: SendingOptions | null;
SuppressionOptions?: SuppressionOptions | null;
Tags?: Tag[] | null;
TrackingOptions?: TrackingOptions | null;
VdmOptions?: VdmOptions | null;
}

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.

§
DeliveryOptions?: DeliveryOptions | null
[src]

An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.

§
ReputationOptions?: ReputationOptions | null
[src]

An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.

§
SendingOptions?: SendingOptions | null
[src]

An object that defines whether or not Amazon SES can send email that you send using the configuration set.

§
SuppressionOptions?: SuppressionOptions | null
[src]
§
Tags?: Tag[] | null
[src]

An array of objects that define the tags (keys and values) to associate with the configuration set.

§
TrackingOptions?: TrackingOptions | null
[src]

An object that defines the open and click tracking options for emails that you send using the configuration set.

§
VdmOptions?: VdmOptions | null
[src]

An object that defines the VDM options for emails that you send using the configuration set.