CustomerProfiles.ObjectType
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-objecttype.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-objecttype-objecttypefield.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-objecttype-objecttypekey.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-objecttype-fieldmap.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-objecttype-keymap.html
type properties = {
description : string option;
fields : field_map list option;
domain_name : string;
allow_profile_creation : bool option;
object_type_name : string option;
keys : key_map list option;
source_last_updated_timestamp_format : string option;
encryption_key : string option;
template_id : string option;
expiration_days : int option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-objecttype.html;
val make_properties :
?description:string ->
?fields:field_map list ->
domain_name:string ->
?allow_profile_creation:bool ->
?object_type_name:string ->
?keys:key_map list ->
?source_last_updated_timestamp_format:string ->
?encryption_key:string ->
?tags:tag list ->
?template_id:string ->
?expiration_days:int ->
unit ->
properties
val make_object_type_field :
?target:string ->
?content_type:string ->
?source:string ->
unit ->
object_type_field
val make_tag : value:string -> key:string -> unit -> tag
val make_object_type_key :
?field_names:string list ->
?standard_identifiers:string list ->
unit ->
object_type_key
val make_field_map :
?name:string ->
?object_type_field:object_type_field ->
unit ->
field_map
val make_key_map :
?object_type_key_list:object_type_key list ->
?name:string ->
unit ->
key_map
val yojson_of_object_type_field : object_type_field -> Yojson.Safe.t
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_object_type_key : object_type_key -> Yojson.Safe.t
val yojson_of_field_map :
field_map ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_key_map : key_map -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes