AWS::CustomerProfiles::DomainSpecifies an Amazon Connect Customer Profiles Domain.
import { CfnDomain } from 'aws-cdk-lib/aws-customerprofiles';Or use the module namespace:
import * as customerprofiles from 'aws-cdk-lib/aws-customerprofiles';
// customerprofiles.CfnDomainConfiguration passed to the constructor as CfnDomainProps.
defaultExpirationDaysRequirednumberThe default number of days until the data within the domain expires.
domainNameRequiredstringThe unique name of the domain.
dataStoreOptionalIResolvable | DataStorePropertyConfiguration and status of the data store for the domain.
deadLetterQueueUrlOptionalstringThe URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. You must set up a policy on the `DeadLetterQueue` for the `SendMessage` operation to enable Amazon Connect Customer Profiles to send messages to the `DeadLetterQueue` .
defaultEncryptionKeyOptionalstringThe default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.
matchingOptionalIResolvable | MatchingPropertyThe process of matching duplicate profiles.
ruleBasedMatchingOptionalIResolvable | RuleBasedMatchingPropertyThe process of matching duplicate profiles using Rule-Based matching.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-customerprofilesAWS::CustomerProfiles::Domain