Skip to main content

domain

Gets an individual domain resource

Overview

Namedomain
TypeResource
Descriptiondomain
Idawscc.customerprofiles.domain

Fields

NameDatatypeDescription
domain_namestringThe unique name of the domain.
dead_letter_queue_urlstringThe URL of the SQS dead letter queue
default_encryption_keystringThe default encryption key
default_expiration_daysintegerThe default number of days until the data within the domain expires.
matchingobject
rule_based_matchingobject
statsobject
tagsarrayThe tags (keys and values) associated with the domain
created_atstringThe time of this integration got created
last_updated_atstringThe time of this integration got last updated at
regionstringAWS 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