Module WAFRegional.GeoMatchSet

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html

type geo_match_constraint = {
  1. type_ : string;
  2. value : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-geomatchset-geomatchconstraint.html

type properties = {
  1. geo_match_constraints : geo_match_constraint list option;
  2. name : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html;

val make_properties : ?geo_match_constraints:geo_match_constraint list -> name:string -> unit -> properties
val make_geo_match_constraint : type_:string -> value:string -> unit -> geo_match_constraint
val yojson_of_geo_match_constraint : geo_match_constraint -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string