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
)
[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_sets
action.
[required] The name that identifies the event destination.
[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 TEXT_SENT
event type is not supported.
An object that contains information about an event destination for logging to Amazon CloudWatch Logs.
An object that contains information about an event destination for logging to Amazon Data Firehose.
An object that contains information about an event destination for logging to Amazon SNS.
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.