---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_ses_configuration_set{% #aws_ses_configuration_set %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `configuration_set`{% #configuration_set %}

**Type**: `STRUCT`**Provider name**: `ConfigurationSet`**Description**: The configuration set object associated with the specified configuration set.

- `name`**Type**: `STRING`**Provider name**: `Name`**Description**: The name of the configuration set. The name must meet the following requirements:
  - Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
  - Contain 64 characters or fewer.

## `delivery_options`{% #delivery_options %}

**Type**: `STRUCT`**Provider name**: `DeliveryOptions`

- `tls_policy`**Type**: `STRING`**Provider name**: `TlsPolicy`**Description**: Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is `Require`, messages are only delivered if a TLS connection can be established. If the value is `Optional`, messages can be delivered in plain text if a TLS connection can't be established.

## `event_destinations`{% #event_destinations %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `EventDestinations`**Description**: A list of event destinations associated with the configuration set.

- `cloud_watch_destination`**Type**: `STRUCT`**Provider name**: `CloudWatchDestination`**Description**: An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.
  - `dimension_configurations`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `DimensionConfigurations`**Description**: A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
    - `default_dimension_value`**Type**: `STRING`**Provider name**: `DefaultDimensionValue`**Description**: 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. The default value must meet the following requirements:
      - Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), at signs (@), or periods (.).
      - Contain 256 characters or fewer.
    - `dimension_name`**Type**: `STRING`**Provider name**: `DimensionName`**Description**: The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must meet the following requirements:
      - Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), or colons (:).
      - Contain 256 characters or fewer.
    - `dimension_value_source`**Type**: `STRING`**Provider name**: `DimensionValueSource`**Description**: 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`.
- `enabled`**Type**: `BOOLEAN`**Provider name**: `Enabled`**Description**: 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`**Type**: `STRUCT`**Provider name**: `KinesisFirehoseDestination`**Description**: An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.
  - `delivery_stream_arn`**Type**: `STRING`**Provider name**: `DeliveryStreamARN`**Description**: The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.
  - `iam_role_arn`**Type**: `STRING`**Provider name**: `IAMRoleARN`**Description**: The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.
- `matching_event_types`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `MatchingEventTypes`**Description**: The type of email sending events to publish to the event destination.
  - `send` - The call was successful and Amazon SES is attempting to deliver the email.
  - `reject` - Amazon SES determined that the email contained a virus and rejected it.
  - `bounce` - The recipient's mail server permanently rejected the email. This corresponds to a hard bounce.
  - `complaint` - The recipient marked the email as spam.
  - `delivery` - Amazon SES successfully delivered the email to the recipient's mail server.
  - `open` - The recipient received the email and opened it in their email client.
  - `click` - The recipient clicked one or more links in the email.
  - `renderingFailure` - Amazon SES did not send the email because of a template rendering issue.
- `name`**Type**: `STRING`**Provider name**: `Name`**Description**: The name of the event destination. The name must meet the following requirements:
  - Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
  - Contain 64 characters or fewer.
- `sns_destination`**Type**: `STRUCT`**Provider name**: `SNSDestination`**Description**: An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.
  - `topic_arn`**Type**: `STRING`**Provider name**: `TopicARN`**Description**: The ARN of the Amazon SNS topic for email sending events. You can find the ARN of a topic by using the [ListTopics](https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html) Amazon SNS operation. For more information about Amazon SNS topics, see the [Amazon SNS Developer Guide](https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html).

## `reputation_options`{% #reputation_options %}

**Type**: `STRUCT`**Provider name**: `ReputationOptions`**Description**: An object that represents the reputation settings for the configuration set.

- `last_fresh_start`**Type**: `TIMESTAMP`**Provider name**: `LastFreshStart`**Description**: The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start. When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset. If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is `null`.
- `reputation_metrics_enabled`**Type**: `BOOLEAN`**Provider name**: `ReputationMetricsEnabled`**Description**: Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch. If the value is `true`, reputation metrics are published. If the value is `false`, reputation metrics are not published. The default value is `false`.
- `sending_enabled`**Type**: `BOOLEAN`**Provider name**: `SendingEnabled`**Description**: Describes whether email sending is enabled or disabled for the configuration set. If the value is `true`, then Amazon SES sends emails that use the configuration set. If the value is `false`, Amazon SES does not send emails that use the configuration set. The default value is `true`. You can change this setting using UpdateConfigurationSetSendingEnabled.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `tracking_options`{% #tracking_options %}

**Type**: `STRUCT`**Provider name**: `TrackingOptions`**Description**: The name of the custom open and click tracking domain associated with the configuration set.

- `custom_redirect_domain`**Type**: `STRING`**Provider name**: `CustomRedirectDomain`**Description**: The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.
