AWS::CustomerProfiles::ObjectType ObjectTypeField - AWS CloudFormation

AWS::CustomerProfiles::ObjectType ObjectTypeField

Represents a field in a ProfileObjectType.

Syntax

To declare this entity in your AWS 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