amazonka-network-firewall-2.0: Amazon Network Firewall 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.NetworkFirewall.Types.CIDRSummary

Description

 
Synopsis

Documentation

data CIDRSummary Source #

Summarizes the CIDR blocks used by the IP set references in a firewall. Network Firewall calculates the number of CIDRs by taking an aggregated count of all CIDRs used by the IP sets you are referencing.

See: newCIDRSummary smart constructor.

Constructors

CIDRSummary' 

Fields

Instances

Instances details
FromJSON CIDRSummary Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.CIDRSummary

Generic CIDRSummary Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.CIDRSummary

Associated Types

type Rep CIDRSummary :: Type -> Type #

Read CIDRSummary Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.CIDRSummary

Show CIDRSummary Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.CIDRSummary

NFData CIDRSummary Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.CIDRSummary

Methods

rnf :: CIDRSummary -> () #

Eq CIDRSummary Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.CIDRSummary

Hashable CIDRSummary Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.CIDRSummary

type Rep CIDRSummary Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.CIDRSummary

type Rep CIDRSummary = D1 ('MetaData "CIDRSummary" "Amazonka.NetworkFirewall.Types.CIDRSummary" "amazonka-network-firewall-2.0-4y6HybZBSNcEwGPO5AYVfm" 'False) (C1 ('MetaCons "CIDRSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "availableCIDRCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "iPSetReferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text IPSetMetadata))) :*: S1 ('MetaSel ('Just "utilizedCIDRCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newCIDRSummary :: CIDRSummary Source #

Create a value of CIDRSummary 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:availableCIDRCount:CIDRSummary', cIDRSummary_availableCIDRCount - The number of CIDR blocks available for use by the IP set references in a firewall.

$sel:iPSetReferences:CIDRSummary', cIDRSummary_iPSetReferences - The list of the IP set references used by a firewall.

$sel:utilizedCIDRCount:CIDRSummary', cIDRSummary_utilizedCIDRCount - The number of CIDR blocks used by the IP set references in a firewall.

cIDRSummary_availableCIDRCount :: Lens' CIDRSummary (Maybe Natural) Source #

The number of CIDR blocks available for use by the IP set references in a firewall.

cIDRSummary_iPSetReferences :: Lens' CIDRSummary (Maybe (HashMap Text IPSetMetadata)) Source #

The list of the IP set references used by a firewall.

cIDRSummary_utilizedCIDRCount :: Lens' CIDRSummary (Maybe Natural) Source #

The number of CIDR blocks used by the IP set references in a firewall.