AWS::CustomerProfiles::ObjectType ObjectTypeField - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::CustomerProfiles::ObjectType ObjectTypeField

Represents a field in a ProfileObjectType.

Syntax

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

JSON

{ "ContentType" : String, "Source" : String, "Target" : String }

YAML

ContentType: String Source: String Target: String

Properties

ContentType

The content type of the field. Used for determining equality when searching.

Required: No

Type: String

Allowed values: STRING | NUMBER | PHONE_NUMBER | EMAIL_ADDRESS | NAME

Update requires: No interruption

Source

A field of a ProfileObject. For example: _source.FirstName, where “_source” is a ProfileObjectType of a Zendesk user and “FirstName” is a field in that ObjectType.

Required: No

Type: String

Minimum: 1

Maximum: 1000

Update requires: No interruption

Target

The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.

Required: No

Type: String

Minimum: 1

Maximum: 1000

Update requires: No interruption