/AWS1/CL_SE2=>CREATECONFSETEVENTDST()
¶
About CreateConfigurationSetEventDestination¶
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.
A single configuration set can include more than one event destination.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_CONFIGURATIONSETNAME
TYPE /AWS1/SE2CONFIGURATIONSETNAME
/AWS1/SE2CONFIGURATIONSETNAME
¶
The name of the configuration set .
IV_EVENTDESTINATIONNAME
TYPE /AWS1/SE2EVENTDESTINATIONNAME
/AWS1/SE2EVENTDESTINATIONNAME
¶
A name that identifies the event destination within the configuration set.
IO_EVENTDESTINATION
TYPE REF TO /AWS1/CL_SE2EVENTDSTDEFINITION
/AWS1/CL_SE2EVENTDSTDEFINITION
¶
An object that defines the event destination.