| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FMS.Types.StatelessRuleGroup
Description
Synopsis
- data StatelessRuleGroup = StatelessRuleGroup' {}
- newStatelessRuleGroup :: StatelessRuleGroup
- statelessRuleGroup_priority :: Lens' StatelessRuleGroup (Maybe Natural)
- statelessRuleGroup_resourceId :: Lens' StatelessRuleGroup (Maybe Text)
- statelessRuleGroup_ruleGroupName :: Lens' StatelessRuleGroup (Maybe Text)
Documentation
data StatelessRuleGroup Source #
Network Firewall stateless rule group, used in a NetworkFirewallPolicyDescription.
See: newStatelessRuleGroup smart constructor.
Constructors
| StatelessRuleGroup' | |
Fields
| |
Instances
newStatelessRuleGroup :: StatelessRuleGroup Source #
Create a value of StatelessRuleGroup with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:priority:StatelessRuleGroup', statelessRuleGroup_priority - The priority of the rule group. Network Firewall evaluates the stateless
rule groups in a firewall policy starting from the lowest priority
setting.
$sel:resourceId:StatelessRuleGroup', statelessRuleGroup_resourceId - The resource ID of the rule group.
$sel:ruleGroupName:StatelessRuleGroup', statelessRuleGroup_ruleGroupName - The name of the rule group.
statelessRuleGroup_priority :: Lens' StatelessRuleGroup (Maybe Natural) Source #
The priority of the rule group. Network Firewall evaluates the stateless rule groups in a firewall policy starting from the lowest priority setting.
statelessRuleGroup_resourceId :: Lens' StatelessRuleGroup (Maybe Text) Source #
The resource ID of the rule group.
statelessRuleGroup_ruleGroupName :: Lens' StatelessRuleGroup (Maybe Text) Source #
The name of the rule group.