| 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.NetworkFirewall.Types.StatefulRuleGroupOverride
Description
Documentation
data StatefulRuleGroupOverride Source #
The setting that allows the policy owner to change the behavior of the rule group within a policy.
See: newStatefulRuleGroupOverride smart constructor.
Constructors
| StatefulRuleGroupOverride' | |
Fields
| |
Instances
newStatefulRuleGroupOverride :: StatefulRuleGroupOverride Source #
Create a value of StatefulRuleGroupOverride 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:action:StatefulRuleGroupOverride', statefulRuleGroupOverride_action - The action that changes the rule group from DROP to ALERT. This only
applies to managed rule groups.
statefulRuleGroupOverride_action :: Lens' StatefulRuleGroupOverride (Maybe OverrideAction) Source #
The action that changes the rule group from DROP to ALERT. This only
applies to managed rule groups.