v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14142312451.1 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 AWS 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:</p> <ul> <li> <p>This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).</p> </li> <li> <p>Contain less than 64 characters.</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

The type of email sending events to publish to the event destination.

An object that describes the AWS service that email sending event information will be published to.

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

Response

Success