paws.customer.engagement (version 0.1.0)

pinpointsmsvoice_update_configuration_set_event_destination: Update an event destination in a configuration set

Description

Update an event destination in a configuration set. An event destination is a location that you publish information about your voice calls to. For example, you can log an event to an Amazon CloudWatch destination when a call fails.

Usage

pinpointsmsvoice_update_configuration_set_event_destination(
  ConfigurationSetName, EventDestination, EventDestinationName)

Arguments

ConfigurationSetName

[required] ConfigurationSetName

EventDestination
EventDestinationName

[required] EventDestinationName

Request syntax

svc$update_configuration_set_event_destination(
  ConfigurationSetName = "string",
  EventDestination = list(
    CloudWatchLogsDestination = list(
      IamRoleArn = "string",
      LogGroupArn = "string"
    ),
    Enabled = TRUE|FALSE,
    KinesisFirehoseDestination = list(
      DeliveryStreamArn = "string",
      IamRoleArn = "string"
    ),
    MatchingEventTypes = list(
      "INITIATED_CALL"|"RINGING"|"ANSWERED"|"COMPLETED_CALL"|"BUSY"|"FAILED"|"NO_ANSWER"
    ),
    SnsDestination = list(
      TopicArn = "string"
    )
  ),
  EventDestinationName = "string"
)