class Aws::PinpointSMSVoice::Types::UpdateConfigurationSetEventDestinationRequest

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

@note When making an API call, you may pass UpdateConfigurationSetEventDestinationRequest

data as a 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
    }

@!attribute [rw] configuration_set_name

@return [String]

@!attribute [rw] event_destination

An object that defines a single event destination.
@return [Types::EventDestinationDefinition]

@!attribute [rw] event_destination_name

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-2018-09-05/UpdateConfigurationSetEventDestinationRequest AWS API Documentation

Constants

SENSITIVE