pinpointsmsvoicev2_update_event_destination: Updates an existing event destination in a configuration set

View source: R/pinpointsmsvoicev2_operations.R

pinpointsmsvoicev2_update_event_destinationR Documentation

Updates an existing event destination in a configuration set

Description

Updates an existing event destination in a configuration set. You can update the IAM role ARN for CloudWatch Logs and Kinesis Data Firehose. You can also enable or disable the event destination.

See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_update_event_destination/ for full documentation.

Usage

pinpointsmsvoicev2_update_event_destination(
  ConfigurationSetName,
  EventDestinationName,
  Enabled = NULL,
  MatchingEventTypes = NULL,
  CloudWatchLogsDestination = NULL,
  KinesisFirehoseDestination = NULL,
  SnsDestination = NULL
)

Arguments

ConfigurationSetName

[required] The configuration set to update with the new event destination. Valid values for this can be the ConfigurationSetName or ConfigurationSetArn.

EventDestinationName

[required] The name to use for the event destination.

Enabled

When set to true logging is enabled.

MatchingEventTypes

An array of event types that determine which events to log.

CloudWatchLogsDestination

An object that contains information about an event destination that sends data to CloudWatch Logs.

KinesisFirehoseDestination

An object that contains information about an event destination for logging to Kinesis Data Firehose.

SnsDestination

An object that contains information about an event destination that sends data to Amazon SNS.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.