---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_ses_configuration_set_event_destination Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::SES::ConfigurationSetEventDestination
---
# awscc_ses_configuration_set_event_destination (Data Source)
Data Source schema for AWS::SES::ConfigurationSetEventDestination
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `configuration_set_name` (String) The name of the configuration set that contains the event destination.
- `event_destination` (Attributes) The event destination object. (see [below for nested schema](#nestedatt--event_destination))
### Nested Schema for `event_destination`
Read-Only:
- `cloudwatch_destination` (Attributes) An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination. (see [below for nested schema](#nestedatt--event_destination--cloudwatch_destination))
- `enabled` (Boolean) Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.
- `kinesis_firehose_destination` (Attributes) An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination. (see [below for nested schema](#nestedatt--event_destination--kinesis_firehose_destination))
- `matching_event_types` (List of String) The type of email sending events, send, reject, bounce, complaint, delivery, open, click, renderingFailure.
- `name` (String) The name of the event destination set.
### Nested Schema for `event_destination.cloudwatch_destination`
Read-Only:
- `dimension_configurations` (Attributes List) A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch. (see [below for nested schema](#nestedatt--event_destination--cloudwatch_destination--dimension_configurations))
### Nested Schema for `event_destination.cloudwatch_destination.dimension_configurations`
Read-Only:
- `default_dimension_value` (String) The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email.
- `dimension_name` (String) The name of an Amazon CloudWatch dimension associated with an email sending metric.
- `dimension_value_source` (String) The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. To use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, specify messageTag. To use your own email headers, specify emailHeader. To put a custom tag on any link included in your email, specify linkTag.
### Nested Schema for `event_destination.kinesis_firehose_destination`
Read-Only:
- `delivery_stream_arn` (String) The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.
- `iam_role_arn` (String) The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.