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

GetConfigurationSetResponse

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

Information about a configuration set.

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

§Properties

§
ConfigurationSetName?: string | null
[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 are associated 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.