CustomerProfiles.CalculatedAttributeDefinition
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-calculatedattributedefinition.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-threshold.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-calculatedattributedefinition-range.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-attributeitem.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-attributedetails.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-conditions.html
type properties = {
description : string option;
attribute_details : attribute_details;
statistic : string;
domain_name : string;
display_name : string option;
calculated_attribute_name : string;
conditions : conditions option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-calculatedattributedefinition.html;
val make_properties :
?description:string ->
attribute_details:attribute_details ->
statistic:string ->
domain_name:string ->
?display_name:string ->
calculated_attribute_name:string ->
?conditions:conditions ->
?tags:tag list ->
unit ->
properties
val make_threshold : operator:string -> value:string -> unit -> threshold
val make_tag : value:string -> key:string -> unit -> tag
val make_range : value:int -> unit:string -> unit -> range
val make_attribute_item : name:string -> unit -> attribute_item
val make_attribute_details :
expression:string ->
attributes_:attribute_item list ->
unit ->
attribute_details
val make_conditions :
?range:range ->
?object_count:int ->
?threshold:threshold ->
unit ->
conditions
val yojson_of_threshold : threshold -> Yojson.Safe.t
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_range : range -> Yojson.Safe.t
val yojson_of_attribute_item : attribute_item -> Yojson.Safe.t
val yojson_of_attribute_details :
attribute_details ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_conditions :
conditions ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes