amazonka-wafv2-2.0: Amazon WAFV2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WAFV2.Types.FirewallManagerRuleGroup

Description

 
Synopsis

Documentation

data FirewallManagerRuleGroup Source #

A rule group that's defined for an Firewall Manager WAF policy.

See: newFirewallManagerRuleGroup smart constructor.

Constructors

FirewallManagerRuleGroup' 

Fields

  • name :: Text

    The name of the rule group. You cannot change the name of a rule group after you create it.

  • priority :: Natural

    If you define more than one rule group in the first or last Firewall Manager rule groups, WAF evaluates each request against the rule groups in order, starting from the lowest priority setting. The priorities don't need to be consecutive, but they must all be different.

  • firewallManagerStatement :: FirewallManagerStatement

    The processing guidance for an Firewall Manager rule. This is like a regular rule Statement, but it can only contain a rule group reference.

  • overrideAction :: OverrideAction

    The action to use in the place of the action that results from the rule group evaluation. Set the override action to none to leave the result of the rule group alone. Set it to count to override the result to count only.

    You can only use this for rule statements that reference a rule group, like RuleGroupReferenceStatement and ManagedRuleGroupStatement.

    This option is usually set to none. It does not affect how the rules in the rule group are evaluated. If you want the rules in the rule group to only count matches, do not use this and instead use the rule action override option, with Count action, in your rule group reference statement settings.

  • visibilityConfig :: VisibilityConfig

    Defines and enables Amazon CloudWatch metrics and web request sample collection.

Instances

Instances details
FromJSON FirewallManagerRuleGroup Source # 
Instance details

Defined in Amazonka.WAFV2.Types.FirewallManagerRuleGroup

Generic FirewallManagerRuleGroup Source # 
Instance details

Defined in Amazonka.WAFV2.Types.FirewallManagerRuleGroup

Associated Types

type Rep FirewallManagerRuleGroup :: Type -> Type #

Read FirewallManagerRuleGroup Source # 
Instance details

Defined in Amazonka.WAFV2.Types.FirewallManagerRuleGroup

Show FirewallManagerRuleGroup Source # 
Instance details

Defined in Amazonka.WAFV2.Types.FirewallManagerRuleGroup

NFData FirewallManagerRuleGroup Source # 
Instance details

Defined in Amazonka.WAFV2.Types.FirewallManagerRuleGroup

Eq FirewallManagerRuleGroup Source # 
Instance details

Defined in Amazonka.WAFV2.Types.FirewallManagerRuleGroup

Hashable FirewallManagerRuleGroup Source # 
Instance details

Defined in Amazonka.WAFV2.Types.FirewallManagerRuleGroup

type Rep FirewallManagerRuleGroup Source # 
Instance details

Defined in Amazonka.WAFV2.Types.FirewallManagerRuleGroup

type Rep FirewallManagerRuleGroup = D1 ('MetaData "FirewallManagerRuleGroup" "Amazonka.WAFV2.Types.FirewallManagerRuleGroup" "amazonka-wafv2-2.0-3v3WgpYn7RT5hSd6MsT5dN" 'False) (C1 ('MetaCons "FirewallManagerRuleGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "firewallManagerStatement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FirewallManagerStatement) :*: (S1 ('MetaSel ('Just "overrideAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OverrideAction) :*: S1 ('MetaSel ('Just "visibilityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VisibilityConfig)))))

newFirewallManagerRuleGroup Source #

Create a value of FirewallManagerRuleGroup 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:name:FirewallManagerRuleGroup', firewallManagerRuleGroup_name - The name of the rule group. You cannot change the name of a rule group after you create it.

$sel:priority:FirewallManagerRuleGroup', firewallManagerRuleGroup_priority - If you define more than one rule group in the first or last Firewall Manager rule groups, WAF evaluates each request against the rule groups in order, starting from the lowest priority setting. The priorities don't need to be consecutive, but they must all be different.

$sel:firewallManagerStatement:FirewallManagerRuleGroup', firewallManagerRuleGroup_firewallManagerStatement - The processing guidance for an Firewall Manager rule. This is like a regular rule Statement, but it can only contain a rule group reference.

$sel:overrideAction:FirewallManagerRuleGroup', firewallManagerRuleGroup_overrideAction - The action to use in the place of the action that results from the rule group evaluation. Set the override action to none to leave the result of the rule group alone. Set it to count to override the result to count only.

You can only use this for rule statements that reference a rule group, like RuleGroupReferenceStatement and ManagedRuleGroupStatement.

This option is usually set to none. It does not affect how the rules in the rule group are evaluated. If you want the rules in the rule group to only count matches, do not use this and instead use the rule action override option, with Count action, in your rule group reference statement settings.

$sel:visibilityConfig:FirewallManagerRuleGroup', firewallManagerRuleGroup_visibilityConfig - Defines and enables Amazon CloudWatch metrics and web request sample collection.

firewallManagerRuleGroup_name :: Lens' FirewallManagerRuleGroup Text Source #

The name of the rule group. You cannot change the name of a rule group after you create it.

firewallManagerRuleGroup_priority :: Lens' FirewallManagerRuleGroup Natural Source #

If you define more than one rule group in the first or last Firewall Manager rule groups, WAF evaluates each request against the rule groups in order, starting from the lowest priority setting. The priorities don't need to be consecutive, but they must all be different.

firewallManagerRuleGroup_firewallManagerStatement :: Lens' FirewallManagerRuleGroup FirewallManagerStatement Source #

The processing guidance for an Firewall Manager rule. This is like a regular rule Statement, but it can only contain a rule group reference.

firewallManagerRuleGroup_overrideAction :: Lens' FirewallManagerRuleGroup OverrideAction Source #

The action to use in the place of the action that results from the rule group evaluation. Set the override action to none to leave the result of the rule group alone. Set it to count to override the result to count only.

You can only use this for rule statements that reference a rule group, like RuleGroupReferenceStatement and ManagedRuleGroupStatement.

This option is usually set to none. It does not affect how the rules in the rule group are evaluated. If you want the rules in the rule group to only count matches, do not use this and instead use the rule action override option, with Count action, in your rule group reference statement settings.

firewallManagerRuleGroup_visibilityConfig :: Lens' FirewallManagerRuleGroup VisibilityConfig Source #

Defines and enables Amazon CloudWatch metrics and web request sample collection.