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

A request to create a configuration set.

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

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set.

§
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 Pinpoint 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 Pinpoint can send email that you send using the configuration set.

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

An array of objects that define the tags (keys and values) that you want 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.