You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::PinpointSMSVoice::Types::UpdateConfigurationSetEventDestinationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateConfigurationSetEventDestinationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  configuration_set_name: "__string", # required
  event_destination: {
    cloud_watch_logs_destination: {
      iam_role_arn: "String",
      log_group_arn: "String",
    },
    enabled: false,
    kinesis_firehose_destination: {
      delivery_stream_arn: "String",
      iam_role_arn: "String",
    },
    matching_event_types: ["INITIATED_CALL"], # accepts INITIATED_CALL, RINGING, ANSWERED, COMPLETED_CALL, BUSY, FAILED, NO_ANSWER
    sns_destination: {
      topic_arn: "String",
    },
  },
  event_destination_name: "__string", # required
}

An object that defines a request to update an existing event destination.

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

Returns:

  • (String)

#event_destinationTypes::EventDestinationDefinition

An object that defines a single event destination.

Returns:

#event_destination_nameString

Returns:

  • (String)