ses_update_configuration_set_event_destination {paws.customer.engagement} | R Documentation |
Updates the event destination of a configuration set
Description
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.
See https://www.paws-r-sdk.com/docs/ses_update_configuration_set_event_destination/ for full documentation.
Usage
ses_update_configuration_set_event_destination(
ConfigurationSetName,
EventDestination
)
Arguments
ConfigurationSetName |
[required] The name of the configuration set that contains the event destination. |
EventDestination |
[required] The event destination object. |
[Package paws.customer.engagement version 0.9.0 Index]