amazonka-shield-2.0: Amazon Shield 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.Shield.Types.CountAction

Description

 
Synopsis

Documentation

data CountAction Source #

Specifies that Shield Advanced should configure its WAF rules with the WAF Count action.

This is only used in the context of the ResponseAction setting.

JSON specification: "Count": {}

See: newCountAction smart constructor.

Constructors

CountAction' 

Instances

Instances details
FromJSON CountAction Source # 
Instance details

Defined in Amazonka.Shield.Types.CountAction

ToJSON CountAction Source # 
Instance details

Defined in Amazonka.Shield.Types.CountAction

Generic CountAction Source # 
Instance details

Defined in Amazonka.Shield.Types.CountAction

Associated Types

type Rep CountAction :: Type -> Type #

Read CountAction Source # 
Instance details

Defined in Amazonka.Shield.Types.CountAction

Show CountAction Source # 
Instance details

Defined in Amazonka.Shield.Types.CountAction

NFData CountAction Source # 
Instance details

Defined in Amazonka.Shield.Types.CountAction

Methods

rnf :: CountAction -> () #

Eq CountAction Source # 
Instance details

Defined in Amazonka.Shield.Types.CountAction

Hashable CountAction Source # 
Instance details

Defined in Amazonka.Shield.Types.CountAction

type Rep CountAction Source # 
Instance details

Defined in Amazonka.Shield.Types.CountAction

type Rep CountAction = D1 ('MetaData "CountAction" "Amazonka.Shield.Types.CountAction" "amazonka-shield-2.0-Cz9Fa9OSQ93AE4UCXBDcFo" 'False) (C1 ('MetaCons "CountAction'" 'PrefixI 'False) (U1 :: Type -> Type))

newCountAction :: CountAction Source #

Create a value of CountAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.