rulegroup
RuleGroup is the Schema for the RuleGroups API
Resource Structure
Interactive Tree
apiVersionstringAPIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstringKind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobjectspecobjectRuleGroupSpec defines the desired state of RuleGroup.
The object that defines the rules in a rule group. This, along with RuleGroupResponse,
define the rule group. You can retrieve all objects for a rule group by calling
DescribeRuleGroup.
Network Firewall uses a rule group to inspect and control network traffic.
You define stateless rule groups to inspect individual packets and you define
stateful rule groups to inspect packets in the context of their traffic flow.
To use a rule group, you include it by reference in an Network Firewall firewall
policy, then you use the policy in a firewall. You can reference a rule group
from more than one firewall policy, and you can use a firewall policy in
more than one firewall.
statusobjectRuleGroupStatus defines the observed state of RuleGroup