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.ExcludedRule

Description

 
Synopsis

Documentation

data ExcludedRule Source #

Specifies a single rule in a rule group whose action you want to override to Count.

Instead of this option, use RuleActionOverrides. It accepts any valid action setting, including Count.

See: newExcludedRule smart constructor.

Constructors

ExcludedRule' 

Fields

  • name :: Text

    The name of the rule whose action you want to override to Count.

Instances

Instances details
FromJSON ExcludedRule Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ExcludedRule

ToJSON ExcludedRule Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ExcludedRule

Generic ExcludedRule Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ExcludedRule

Associated Types

type Rep ExcludedRule :: Type -> Type #

Read ExcludedRule Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ExcludedRule

Show ExcludedRule Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ExcludedRule

NFData ExcludedRule Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ExcludedRule

Methods

rnf :: ExcludedRule -> () #

Eq ExcludedRule Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ExcludedRule

Hashable ExcludedRule Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ExcludedRule

type Rep ExcludedRule Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ExcludedRule

type Rep ExcludedRule = D1 ('MetaData "ExcludedRule" "Amazonka.WAFV2.Types.ExcludedRule" "amazonka-wafv2-2.0-3v3WgpYn7RT5hSd6MsT5dN" 'False) (C1 ('MetaCons "ExcludedRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newExcludedRule Source #

Create a value of ExcludedRule 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:ExcludedRule', excludedRule_name - The name of the rule whose action you want to override to Count.

excludedRule_name :: Lens' ExcludedRule Text Source #

The name of the rule whose action you want to override to Count.