Updates 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.
pinpointsmsvoicev2_update_event_destination(
ConfigurationSetName,
EventDestinationName,
Enabled = NULL,
MatchingEventTypes = NULL,
CloudWatchLogsDestination = NULL,
KinesisFirehoseDestination = NULL,
SnsDestination = NULL
)
[required] The configuration set to update with the new event destination. Valid values for this can be the ConfigurationSetName or ConfigurationSetArn.
[required] The name to use for the event destination.
When set to true logging is enabled.
An array of event types that determine which events to log.
The TEXT_SENT
event type is not supported.
An object that contains information about an event destination that sends data to CloudWatch Logs.
An object that contains information about an event destination for logging to Firehose.
An object that contains information about an event destination that sends data to Amazon SNS.