View a markdown version of this page

AWS::EntityResolution::MatchingWorkflow CustomerProfilesIntegrationConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EntityResolution::MatchingWorkflow CustomerProfilesIntegrationConfig

Specifies the configuration for integrating with Customer Profiles. This configuration enables Amazon Entity Resolution to send matched output directly to Customer Profiles instead of Amazon S3, creating a unified customer view by automatically updating customer profiles based on match clusters.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "DomainArn" : String, "ObjectTypeArn" : String }

YAML

DomainArn: String ObjectTypeArn: String

Properties

DomainArn

The Amazon Resource Name (ARN) of the Customer Profiles domain where the matched output will be sent.

Required: Yes

Type: String

Pattern: ^arn:(aws|aws-us-gov|aws-cn):profile:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(domains/[a-zA-Z_0-9-]{1,255})$

Update requires: No interruption

ObjectTypeArn

The Amazon Resource Name (ARN) of the Customer Profiles object type that defines the structure for the matched customer data.

Required: Yes

Type: String

Pattern: ^arn:(aws|aws-us-gov|aws-cn):profile:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(domains/[a-zA-Z_0-9-]{1,255}/object-types/[a-zA-Z_0-9-]{1,255})$

Update requires: No interruption