amazonka-waf-regional-2.0: Amazon WAF Regional 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.WAFRegional.Types.WafOverrideAction

Description

 
Synopsis

Documentation

data WafOverrideAction Source #

This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.

For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.

The action to take if any rule within the RuleGroup matches a request.

See: newWafOverrideAction smart constructor.

Constructors

WafOverrideAction' 

Fields

  • type' :: WafOverrideActionType

    COUNT overrides the action specified by the individual rule within a RuleGroup . If set to NONE, the rule's action will take place.

Instances

Instances details
FromJSON WafOverrideAction Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.WafOverrideAction

ToJSON WafOverrideAction Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.WafOverrideAction

Generic WafOverrideAction Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.WafOverrideAction

Associated Types

type Rep WafOverrideAction :: Type -> Type #

Read WafOverrideAction Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.WafOverrideAction

Show WafOverrideAction Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.WafOverrideAction

NFData WafOverrideAction Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.WafOverrideAction

Methods

rnf :: WafOverrideAction -> () #

Eq WafOverrideAction Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.WafOverrideAction

Hashable WafOverrideAction Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.WafOverrideAction

type Rep WafOverrideAction Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.WafOverrideAction

type Rep WafOverrideAction = D1 ('MetaData "WafOverrideAction" "Amazonka.WAFRegional.Types.WafOverrideAction" "amazonka-waf-regional-2.0-83dY3vKOuQzAAW7M6EmzRI" 'False) (C1 ('MetaCons "WafOverrideAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WafOverrideActionType)))

newWafOverrideAction Source #

Create a value of WafOverrideAction 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:type':WafOverrideAction', wafOverrideAction_type - COUNT overrides the action specified by the individual rule within a RuleGroup . If set to NONE, the rule's action will take place.

wafOverrideAction_type :: Lens' WafOverrideAction WafOverrideActionType Source #

COUNT overrides the action specified by the individual rule within a RuleGroup . If set to NONE, the rule's action will take place.