Values.FirewallRuleGroupSourceHigh-level information for a firewall rule group. A firewall rule group is a collection of rules that DNS Firewall uses to filter DNS network traffic for a VPC. To retrieve the rules for the rule group, call ListFirewallRules.
type nonrec t = {id : ResourceId.t option;The ID of the rule group.
*)arn : Arn.t option;The ARN (Amazon Resource Name) of the rule group.
*)name : Name.t option;The name of the rule group.
*)ruleCount : Unsigned.t option;The number of rules in the rule group.
*)status : FirewallRuleGroupStatus.t option;The status of the domain list.
*)statusMessage : StatusMessage.t option;Additional information about the status of the rule group, if available.
*)ownerId : AccountId.t option;The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.
*)creatorRequestId : CreatorRequestId.t option;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.
*)creationTime : Rfc3339TimeString.t option;The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).
*)modificationTime : Rfc3339TimeString.t option;The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Unsigned.t
| `String of ResourceId.t ])
list ]