---
title: "GET /v1/email/configuration-sets/{ConfigurationSetName}/event-destinations"
method: GET
path: "/v1/email/configuration-sets/{ConfigurationSetName}/event-destinations"
---

# GET /v1/email/configuration-sets/{ConfigurationSetName}/event-destinations

`GET /v1/email/configuration-sets/{ConfigurationSetName}/event-destinations`

Retrieve a list of event destinations that are associated with a configuration set.

In Amazon Pinpoint, _events_ include message sends, deliveries, opens, clicks, bounces, and complaints. _Event destinations_ are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.

## Path parameters

- `ConfigurationSetName` string, required — <p>The name of a configuration set.</p> <p>In Amazon Pinpoint, <i>configuration sets</i> are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.</p>

## Response `200`

Success

- GetConfigurationSetEventDestinationsResponse — Information about an event destination for a configuration set.
  - `EventDestinations` EventDestination[] — An array that includes all of the events destinations that have been configured for the configuration set.
    - `Name` string, required — A name that identifies the event destination.
    - `Enabled` boolean — <p>If <code>true</code>, the event destination is enabled. When the event destination is enabled, the specified event types are sent to the destinations in this <code>EventDestinationDefinition</code>.</p> <p>If <code>false</code>, the event destination is disabled. When the event destination is disabled, events aren't sent to the specified destinations.</p>
    - `MatchingEventTypes` EventType[], required — The types of events that Amazon Pinpoint sends to the specified event destinations.
    - `KinesisFirehoseDestination` object — An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.
      - `IamRoleArn` string, required — The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon Kinesis Data Firehose stream.
      - `DeliveryStreamArn` string, required — The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.
    - `CloudWatchDestination` object — An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.
      - `DimensionConfigurations` CloudWatchDimensionConfiguration[], required — An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
        - `DimensionName` string, required — <p>The name of an Amazon CloudWatch dimension associated with an email sending metric. The name has to meet the following criteria:</p> <ul> <li> <p>It can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).</p> </li> <li> <p>It can contain no more than 256 characters.</p> </li> </ul>
        - `DimensionValueSource` 'MESSAGE_TAG' | 'EMAIL_HEADER' | 'LINK_TAG', required — The location where Amazon Pinpoint finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon Pinpoint to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose <code>messageTag</code>. If you want Amazon Pinpoint to use your own email headers, choose <code>emailHeader</code>. If you want Amazon Pinpoint to use link tags, choose <code>linkTags</code>.
        - `DefaultDimensionValue` string, required — <p>The default value of the dimension that is published to Amazon CloudWatch if you don't provide the value of the dimension when you send an email. This value has to meet the following criteria:</p> <ul> <li> <p>It can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).</p> </li> <li> <p>It can contain no more than 256 characters.</p> </li> </ul>
    - `SnsDestination` object — An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.
      - `TopicArn` string, required — The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to. For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.
    - `PinpointDestination` object — An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.
      - `ApplicationArn` string — The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.

## Other responses

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

---

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