---
title: "PUT /v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}"
method: PUT
path: "/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}"
---

# PUT /v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}

`PUT /v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}`

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.

## Path parameters

- `ConfigurationSetName` string, required
- `EventDestinationName` string, required

## Request body

- object
  - `EventDestination` object — An object that defines a single event destination.
    - `CloudWatchLogsDestination` CloudWatchLogsDestination — An object that contains information about an event destination that sends data to Amazon CloudWatch Logs.
      - `IamRoleArn` string — The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.
      - `LogGroupArn` string — The name of the Amazon CloudWatch Log Group that you want to record events in.
    - `Enabled` boolean — Indicates whether or not the event destination is enabled. If the event destination is enabled, then Amazon Pinpoint sends response data to the specified event destination.
    - `KinesisFirehoseDestination` KinesisFirehoseDestination — An object that contains information about an event destination that sends data to Amazon Kinesis Data Firehose.
      - `DeliveryStreamArn` string — The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose stream.
      - `IamRoleArn` string — The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the event destination.
    - `MatchingEventTypes` EventType[] — An array of EventDestination objects. Each EventDestination object includes ARNs and other information that define an event destination.
    - `SnsDestination` SnsDestination — An object that contains information about an event destination that sends data to Amazon SNS.
      - `TopicArn` string — The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.

## Response `200`

Success

- UpdateConfigurationSetEventDestinationResponse — An empty object that indicates that the event destination was updated successfully.

## Other responses

- `480` — NotFoundException
- `481` — TooManyRequestsException
- `482` — BadRequestException
- `483` — InternalServiceErrorException

---

[API](https://skmtc.net/aws/apis/pinpoint-sms-voice.md) · [All operations](https://skmtc.net/aws/apis/pinpoint-sms-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/pinpoint-sms-voice/versions/608f1680ce39/schema)
