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

Description

 
Synopsis

Documentation

data IPSetMetadata Source #

General information about the IP set.

See: newIPSetMetadata smart constructor.

Constructors

IPSetMetadata' 

Fields

  • resolvedCIDRCount :: Maybe Natural

    Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To determine how many CIDR blocks are available for you to use in a firewall, you can call AvailableCIDRCount.

Instances

Instances details
FromJSON IPSetMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetMetadata

Generic IPSetMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetMetadata

Associated Types

type Rep IPSetMetadata :: Type -> Type #

Read IPSetMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetMetadata

Show IPSetMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetMetadata

NFData IPSetMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetMetadata

Methods

rnf :: IPSetMetadata -> () #

Eq IPSetMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetMetadata

Hashable IPSetMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetMetadata

type Rep IPSetMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetMetadata

type Rep IPSetMetadata = D1 ('MetaData "IPSetMetadata" "Amazonka.NetworkFirewall.Types.IPSetMetadata" "amazonka-network-firewall-2.0-4y6HybZBSNcEwGPO5AYVfm" 'False) (C1 ('MetaCons "IPSetMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resolvedCIDRCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newIPSetMetadata :: IPSetMetadata Source #

Create a value of IPSetMetadata 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:resolvedCIDRCount:IPSetMetadata', iPSetMetadata_resolvedCIDRCount - Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To determine how many CIDR blocks are available for you to use in a firewall, you can call AvailableCIDRCount.

iPSetMetadata_resolvedCIDRCount :: Lens' IPSetMetadata (Maybe Natural) Source #

Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To determine how many CIDR blocks are available for you to use in a firewall, you can call AvailableCIDRCount.