pinpointsmsvoicev2_create_event_destination: Creates a new event destination in a configuration set

View source: R/pinpointsmsvoicev2_operations.R

pinpointsmsvoicev2_create_event_destinationR Documentation

Creates a new event destination in a configuration set

Description

Creates 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_sets action.

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 TEXT_SENT event 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.


paws.customer.engagement documentation built on Sept. 12, 2024, 6:34 a.m.