Updates an existing event destination in a configuration set
Source:R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_update_event_destination.RdUpdates an existing event destination in a configuration set. You can update the IAM role ARN for CloudWatch Logs and 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.
The
TEXT_SENTevent type is not supported.- 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 Firehose.
- SnsDestination
An object that contains information about an event destination that sends data to Amazon SNS.