AWS::CustomerProfiles::Domain Matching
The process of matching duplicate profiles. If Matching = true
, Amazon Connect Customer Profiles starts a weekly batch process called Identity
Resolution Job. If you do not specify a date and time for the
Identity Resolution Job to run, by default it runs every Saturday
at 12AM UTC to detect duplicate profiles in your domains. After the Identity
Resolution Job completes, use the GetMatches
API to return and
review the results. Or, if you have configured ExportingConfig
in the
MatchingRequest
, you can download the results from S3.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AutoMerging" :
AutoMerging
, "Enabled" :Boolean
, "ExportingConfig" :ExportingConfig
, "JobSchedule" :JobSchedule
}
YAML
AutoMerging:
AutoMerging
Enabled:Boolean
ExportingConfig:ExportingConfig
JobSchedule:JobSchedule
Properties
AutoMerging
-
Configuration information about the auto-merging process.
Required: No
Type: AutoMerging
Update requires: No interruption
Enabled
-
The flag that enables the matching process of duplicate profiles.
Required: Yes
Type: Boolean
Update requires: No interruption
ExportingConfig
-
The S3 location where Identity Resolution Jobs write result files.
Required: No
Type: ExportingConfig
Update requires: No interruption
JobSchedule
-
The day and time when do you want to start the Identity Resolution Job every week.
Required: No
Type: JobSchedule
Update requires: No interruption