v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-17142316465.4 KB

Creates a configuration set event destination.

When you create or update an event destination, you must provide one, and only one, destination. The destination can be CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).

An event destination is the Amazon Web Services service to which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

get/#Action=CreateConfigurationSetEventDestination

Query parameters

ConfigurationSetNamestring required

The name of the configuration set that the event destination should be associated with.

Namestring required
<p>The name of the event destination. The name must meet the following requirements:</p> <ul> <li> <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).</p> </li> <li> <p>Contain 64 characters or fewer.</p> </li> </ul>
Enabledboolean

Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to <code>true</code> to enable publishing to this destination; set to <code>false</code> to prevent publishing to this destination. The default value is <code>false</code>.

MatchingEventTypesEventType[] required
<p>The type of email sending events to publish to the event destination.</p> <ul> <li> <p> <code>send</code> - The call was successful and Amazon SES is attempting to deliver the email.</p> </li> <li> <p> <code>reject</code> - Amazon SES determined that the email contained a virus and rejected it.</p> </li> <li> <p> <code>bounce</code> - The recipient's mail server permanently rejected the email. This corresponds to a hard bounce.</p> </li> <li> <p> <code>complaint</code> - The recipient marked the email as spam.</p> </li> <li> <p> <code>delivery</code> - Amazon SES successfully delivered the email to the recipient's mail server.</p> </li> <li> <p> <code>open</code> - The recipient received the email and opened it in their email client.</p> </li> <li> <p> <code>click</code> - The recipient clicked one or more links in the email.</p> </li> <li> <p> <code>renderingFailure</code> - Amazon SES did not send the email because of a template rendering issue.</p> </li> </ul>

An object that describes the Amazon Web Services service that email sending event where information is published.

Action'CreateConfigurationSetEventDestination' required
Version'2010-12-01' required

Response

Success