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 Amazon Pinpoint logs every event type.

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 Kinesis 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, 2023, 1:19 a.m.