AWS::CustomerProfiles::Domain AttributeTypesSelector - 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).

AWS::CustomerProfiles::Domain AttributeTypesSelector

Configures information about the AttributeTypesSelector which rule-based identity resolution uses to match profiles.

Syntax

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

JSON

{ "Address" : [ String, ... ], "AttributeMatchingModel" : String, "EmailAddress" : [ String, ... ], "PhoneNumber" : [ String, ... ] }

YAML

Address: - String AttributeMatchingModel: String EmailAddress: - String PhoneNumber: - String

Properties

Address

The Address type. You can choose from Address, BusinessAddress, MaillingAddress, and ShippingAddress. You only can use the Address type in the MatchingRule. For example, if you want to match a profile based on BusinessAddress.City or MaillingAddress.City, you can choose the BusinessAddress and the MaillingAddress to represent the Address type and specify the Address.City on the matching rule.

Required: No

Type: Array of String

Minimum: 1 | 1

Maximum: 255 | 4

Update requires: No interruption

AttributeMatchingModel

Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or MANY_TO_MANY.

Required: Yes

Type: String

Allowed values: ONE_TO_ONE | MANY_TO_MANY

Update requires: No interruption

EmailAddress

The Email type. You can choose from EmailAddress, BusinessEmailAddress and PersonalEmailAddress. You only can use the EmailAddress type in the MatchingRule. For example, if you want to match profile based on PersonalEmailAddress or BusinessEmailAddress, you can choose the PersonalEmailAddress and the BusinessEmailAddress to represent the EmailAddress type and only specify the EmailAddress on the matching rule.

Required: No

Type: Array of String

Minimum: 1 | 1

Maximum: 255 | 3

Update requires: No interruption

PhoneNumber

The PhoneNumber type. You can choose from PhoneNumber, HomePhoneNumber, and MobilePhoneNumber. You only can use the PhoneNumber type in the MatchingRule. For example, if you want to match a profile based on Phone or HomePhone, you can choose the Phone and the HomePhone to represent the PhoneNumber type and only specify the PhoneNumber on the matching rule.

Required: No

Type: Array of String

Minimum: 1 | 1

Maximum: 255 | 4

Update requires: No interruption