UpdateConfigurationSetEventDestination
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.
Note
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.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- ConfigurationSetName
-
The name of the configuration set that contains the event destination.
Type: String
Required: Yes
- EventDestination
-
The event destination object.
Type: EventDestination object
Required: Yes
Errors
For information about the errors that are common to all actions, see Common Errors.
- ConfigurationSetDoesNotExist
-
Indicates that the configuration set does not exist.
HTTP Status Code: 400
- EventDestinationDoesNotExist
-
Indicates that the event destination does not exist.
HTTP Status Code: 400
- InvalidCloudWatchDestination
-
Indicates that the Amazon CloudWatch destination is invalid. See the error message for details.
HTTP Status Code: 400
- InvalidFirehoseDestination
-
Indicates that the Amazon Kinesis Firehose destination is invalid. See the error message for details.
HTTP Status Code: 400
- InvalidSNSDestination
-
Indicates that the Amazon Simple Notification Service (Amazon SNS) destination is invalid. See the error message for details.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: