Values.CreateFirewallRuleGroupRequestSourceCreates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC. You can add rules to the new rule group by calling CreateFirewallRule.
type nonrec t = {creatorRequestId : CreatorRequestId.t;A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
*)name : Name.t;A name that lets you identify the rule group, to manage and use it.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of CreatorRequestId.t ])
list ]