latest--aws-customerprofiles-objecttype
sharedAn ObjectType resource of Amazon Connect Customer Profiles. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-customer-profiles.git
Properties
The unique name of the domain.
The name of the profile object type.
Indicates whether a profile should be created when data is received.
Description of the profile object type.
The default encryption key
The default number of days until the data within the domain expires.
A list of the name and ObjectType field.
A list of unique keys that can be used to map data to the profile.
A unique identifier for the object template.
Definitions
Represents a field in a ProfileObjectType.
3 nested properties
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.
The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.
The content type of the field. Used for determining equality when searching.
Represents a field in a ProfileObjectType.
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.
The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.
The content type of the field. Used for determining equality when searching.
An object that defines the Key element of a ProfileObject. A Key is a special element that can be used to search for a customer profile.
The reference for the key name of the fields map.
The types of keys that a ProfileObject can have. Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE means that this key can be used to tie an object to a PROFILE. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.