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::CustomerProfiles::ObjectType ObjectTypeField
Represents a field in a ProfileObjectType.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ContentType" :String, "Source" :String, "Target" :String}
YAML
ContentType:StringSource:StringTarget: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 | NAMEUpdate 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:
1Maximum:
1000Update requires: No interruption
Target-
The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.
Required: No
Type: String
Minimum:
1Maximum:
1000Update requires: No interruption