EntityResolution.SchemaMapping
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-schemamapping.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
and schema_input_attribute = {
group_name : string option;
type_ : string;
sub_type : string option;
match_key : string option;
field_name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-schemamapping-schemainputattribute.html
type properties = {
description : string option;
mapped_input_fields : schema_input_attribute list;
schema_name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-schemamapping.html;
val make_properties :
?description:string ->
mapped_input_fields:schema_input_attribute list ->
schema_name:string ->
?tags:tag list ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_schema_input_attribute :
?group_name:string ->
type_:string ->
?sub_type:string ->
?match_key:string ->
field_name:string ->
unit ->
schema_input_attribute
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_schema_input_attribute :
schema_input_attribute ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes