---
title: Profile Domain
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Profile Domain
---

# Profile Domain

This table represents the profile_domain resource from Amazon Web Services.

```
aws.profile_domain
```

## Fields

| Title                   | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Description |
| ----------------------- | ---- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                    | core | string     |
| account_id              | core | string     |
| created_at              | core | timestamp  | The timestamp of when the domain was created.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| dead_letter_queue_url   | core | string     | The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| default_expiration_days | core | int64      | The default number of days until the data within the domain expires.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| domain_name             | core | string     | The unique name of the domain.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| last_updated_at         | core | timestamp  | The timestamp of when the domain was most recently edited.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| matching                | core | json       | The process of matching duplicate profiles. If <code>Matching</code> = <code>true</code>, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains. After the Identity Resolution Job completes, use the <a href="https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html">GetMatches</a> API to return and review the results. Or, if you have configured <code>ExportingConfig</code> in the <code>MatchingRequest</code>, you can download the results from S3. |
| rule_based_matching     | core | json       | The process of matching duplicate profiles using the Rule-Based matching. If <code>RuleBasedMatching</code> = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the <code>RuleBasedMatchingRequest</code>. You can use the <code>ListRuleBasedMatches</code> and <code>GetSimilarProfiles</code> API to return and review the results. Also, if you have configured <code>ExportingConfig</code> in the <code>RuleBasedMatchingRequest</code>, you can download the results from S3.                                                                                                                                                   |
| stats                   | core | json       | Usage-specific statistics about the domain.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| tags                    | core | hstore_csv |
