domain
Gets an individual domain
resource
Overview
Name | domain |
Type | Resource |
Description | domain |
Id | awscc.customerprofiles.domain |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | The unique name of the domain. |
dead_letter_queue_url | string | The URL of the SQS dead letter queue |
default_encryption_key | string | The default encryption key |
default_expiration_days | integer | The default number of days until the data within the domain expires. |
matching | object | |
rule_based_matching | object | |
stats | object | |
tags | array | The tags (keys and values) associated with the domain |
created_at | string | The time of this integration got created |
last_updated_at | string | The time of this integration got last updated at |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
domain_name,
dead_letter_queue_url,
default_encryption_key,
default_expiration_days,
matching,
rule_based_matching,
stats,
tags,
created_at,
last_updated_at
FROM awscc.customerprofiles.domain
WHERE data__Identifier = '<DomainName>';
Permissions
To operate on the domain
resource, the following permissions are required:
Read
profile:GetDomain
Update
profile:GetDomain,
profile:UpdateDomain,
profile:UntagResource,
profile:TagResource
Delete
profile:DeleteDomain