libZSservicesZSamazonka-shieldZSamazonka-shield
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Shield.Types.ProtectionGroupArbitraryPatternLimits

Description

 
Synopsis

Documentation

data ProtectionGroupArbitraryPatternLimits Source #

Limits settings on protection groups with arbitrary pattern type.

See: newProtectionGroupArbitraryPatternLimits smart constructor.

Constructors

ProtectionGroupArbitraryPatternLimits' 

Fields

  • maxMembers :: Integer

    The maximum number of resources you can specify for a single arbitrary pattern in a protection group.

Instances

Instances details
Eq ProtectionGroupArbitraryPatternLimits Source # 
Instance details

Defined in Amazonka.Shield.Types.ProtectionGroupArbitraryPatternLimits

Read ProtectionGroupArbitraryPatternLimits Source # 
Instance details

Defined in Amazonka.Shield.Types.ProtectionGroupArbitraryPatternLimits

Show ProtectionGroupArbitraryPatternLimits Source # 
Instance details

Defined in Amazonka.Shield.Types.ProtectionGroupArbitraryPatternLimits

Generic ProtectionGroupArbitraryPatternLimits Source # 
Instance details

Defined in Amazonka.Shield.Types.ProtectionGroupArbitraryPatternLimits

NFData ProtectionGroupArbitraryPatternLimits Source # 
Instance details

Defined in Amazonka.Shield.Types.ProtectionGroupArbitraryPatternLimits

Hashable ProtectionGroupArbitraryPatternLimits Source # 
Instance details

Defined in Amazonka.Shield.Types.ProtectionGroupArbitraryPatternLimits

FromJSON ProtectionGroupArbitraryPatternLimits Source # 
Instance details

Defined in Amazonka.Shield.Types.ProtectionGroupArbitraryPatternLimits

type Rep ProtectionGroupArbitraryPatternLimits Source # 
Instance details

Defined in Amazonka.Shield.Types.ProtectionGroupArbitraryPatternLimits

type Rep ProtectionGroupArbitraryPatternLimits = D1 ('MetaData "ProtectionGroupArbitraryPatternLimits" "Amazonka.Shield.Types.ProtectionGroupArbitraryPatternLimits" "libZSservicesZSamazonka-shieldZSamazonka-shield" 'False) (C1 ('MetaCons "ProtectionGroupArbitraryPatternLimits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newProtectionGroupArbitraryPatternLimits Source #

Create a value of ProtectionGroupArbitraryPatternLimits 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:maxMembers:ProtectionGroupArbitraryPatternLimits', protectionGroupArbitraryPatternLimits_maxMembers - The maximum number of resources you can specify for a single arbitrary pattern in a protection group.

protectionGroupArbitraryPatternLimits_maxMembers :: Lens' ProtectionGroupArbitraryPatternLimits Integer Source #

The maximum number of resources you can specify for a single arbitrary pattern in a protection group.