v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14142312451.1 KB

Updates the event destination of a configuration set. Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets, see Monitoring Your Amazon SES Sending Activity in the Amazon SES Developer Guide.

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

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

get/#Action=UpdateConfigurationSetEventDestination

Query parameters

ConfigurationSetNamestring required

The name of the configuration set that contains the event destination that you want to update.

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.

The event destination object that you want to apply to the specified configuration set.

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

Response

Success