sesv2_create_configuration_set_event_destination: Create an event destination

View source: R/sesv2_operations.R

sesv2_create_configuration_set_event_destinationR Documentation

Create an event destination

Description

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 SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.

See https://www.paws-r-sdk.com/docs/sesv2_create_configuration_set_event_destination/ for full documentation.

Usage

sesv2_create_configuration_set_event_destination(
  ConfigurationSetName,
  EventDestinationName,
  EventDestination
)

Arguments

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.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.