Route53Resolver.FirewallRuleGroupsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-firewallrulegroup.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
and firewall_rule = {qtype : string option;action : string;priority : int;block_override_domain : string option;firewall_domain_list_id : string;block_response : string option;block_override_ttl : int option;block_override_dns_type : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53resolver-firewallrulegroup-firewallrule.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-firewallrulegroup.html;
val make_properties :
?firewall_rules:firewall_rule list ->
?tags:tag list ->
?name:string ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval make_firewall_rule :
?qtype:string ->
action:string ->
priority:int ->
?block_override_domain:string ->
firewall_domain_list_id:string ->
?block_response:string ->
?block_override_ttl:int ->
?block_override_dns_type:string ->
unit ->
firewall_ruleval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_firewall_rule :
firewall_rule ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes