View source: R/sesv2_operations.R
sesv2_create_configuration_set_event_destination | R Documentation |
Create an event destination. Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon EventBridge and associate a rule to send the event to the specified target.
See https://www.paws-r-sdk.com/docs/sesv2_create_configuration_set_event_destination/ for full documentation.
sesv2_create_configuration_set_event_destination(
ConfigurationSetName,
EventDestinationName,
EventDestination
)
ConfigurationSetName |
[required] The name of the configuration set . |
EventDestinationName |
[required] A name that identifies the event destination within the configuration set. |
EventDestination |
[required] An object that defines the event destination. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.