Module Values.CreateFirewallRuleGroupRequestSource

Creates 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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. name : Name.t;
    (*

    A name that lets you identify the rule group, to manage and use it.

    *)
  3. tags : TagList.t option;
    (*

    A list of the tag keys and values that you want to associate with the rule group.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> creatorRequestId:CreatorRequestId.t -> name:Name.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of CreatorRequestId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t