View source: R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_update_event_destination | R Documentation |
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
)
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 |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.