Creates a new event destination in a configuration set
Source:R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_create_event_destination.RdCreates a new event destination in a configuration set.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_create_event_destination/ for full documentation.
Usage
pinpointsmsvoicev2_create_event_destination(
ConfigurationSetName,
EventDestinationName,
MatchingEventTypes,
CloudWatchLogsDestination = NULL,
KinesisFirehoseDestination = NULL,
SnsDestination = NULL,
ClientToken = NULL
)Arguments
- 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
describe_configuration_setsaction.- 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 End User Messaging SMS logs every event type.
The
TEXT_SENTevent type is not supported.- 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.