Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface CreateConfigurationSetRequest

A request to create a configuration set.

Hierarchy

Properties

ConfigurationSetName: undefined | string

The name of the configuration set.

DeliveryOptions?: DeliveryOptions

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

ReputationOptions?: ReputationOptions

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

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

Tags?: Tag[]

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

TrackingOptions?: TrackingOptions

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