View source: R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_create_event_destination | R Documentation |
Creates a new event destination in a configuration set.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_create_event_destination/ for full documentation.
pinpointsmsvoicev2_create_event_destination(
ConfigurationSetName,
EventDestinationName,
MatchingEventTypes,
CloudWatchLogsDestination = NULL,
KinesisFirehoseDestination = NULL,
SnsDestination = NULL,
ClientToken = NULL
)
ConfigurationSetName |
[required] Either the name of the configuration set or the configuration set ARN to
apply event logging to. The ConfigurateSetName and ConfigurationSetArn
can be found using the
|
EventDestinationName |
[required] The name that identifies the event destination. |
MatchingEventTypes |
[required] An array of event types that determine which events to log. If "ALL" is used, then AWS End User Messaging SMS and Voice logs every event type. The |
CloudWatchLogsDestination |
An object that contains information about an event destination for logging to Amazon CloudWatch Logs. |
KinesisFirehoseDestination |
An object that contains information about an event destination for logging to Amazon Data Firehose. |
SnsDestination |
An object that contains information about an event destination for logging to Amazon SNS. |
ClientToken |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.