Macie.CustomDataIdentifier
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
description : string option;
keywords : string list option;
regex : string;
ignore_words : string list option;
name : string;
maximum_match_distance : int option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html;
val make_properties :
?description:string ->
?keywords:string list ->
regex:string ->
?ignore_words:string list ->
?tags:tag list ->
name:string ->
?maximum_match_distance:int ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes