---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_customerprofiles_domain Resource - terraform-provider-awscc"
subcategory: ""
description: |-
A domain defined for 3rd party data source in Profile Service
---
# awscc_customerprofiles_domain (Resource)
A domain defined for 3rd party data source in Profile Service
## Schema
### Required
- `domain_name` (String) The unique name of the domain.
### Optional
- `dead_letter_queue_url` (String) The URL of the SQS dead letter queue
- `default_encryption_key` (String) The default encryption key
- `default_expiration_days` (Number) The default number of days until the data within the domain expires.
- `tags` (Attributes List) The tags (keys and values) associated with the domain (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `created_at` (String) The time of this integration got created
- `id` (String) Uniquely identifies the resource.
- `last_updated_at` (String) The time of this integration got last updated at
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_customerprofiles_domain.example
```