| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.NetworkFirewall.Types.CIDRSummary
Description
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
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.