AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CustomerProfiles::Domain

CfnDomain

Specifies an Amazon Connect Customer Profiles Domain.

Import

import { CfnDomain } from 'aws-cdk-lib/aws-customerprofiles';

Or use the module namespace:

import * as customerprofiles from 'aws-cdk-lib/aws-customerprofiles';
// customerprofiles.CfnDomain

Properties

Configuration passed to the constructor as CfnDomainProps.

defaultExpirationDaysRequired
number

The default number of days until the data within the domain expires.

domainNameRequired
string

The unique name of the domain.

dataStoreOptional
IResolvable | DataStoreProperty

Configuration and status of the data store for the domain.

deadLetterQueueUrlOptional
string

The 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` .

defaultEncryptionKeyOptional
string

The 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.

matchingOptional
IResolvable | MatchingProperty

The process of matching duplicate profiles.

ruleBasedMatchingOptional
IResolvable | RuleBasedMatchingProperty

The process of matching duplicate profiles using Rule-Based matching.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-customerprofiles
CFN TypeAWS::CustomerProfiles::Domain
Properties8

External Links