class Aws::NetworkFirewall::Types::Address

A single IP address specification. This is used in the MatchAttributes source and destination specifications.

@note When making an API call, you may pass Address

data as a hash:

    {
      address_definition: "AddressDefinition", # required
    }

@!attribute [rw] address_definition

Specify an IP address or a block of IP addresses in Classless
Inter-Domain Routing (CIDR) notation. Network Firewall supports all
address ranges for IPv4.

Examples:

* To configure Network Firewall to inspect for the IP address
  192.0.2.44, specify `192.0.2.44/32`.

* To configure Network Firewall to inspect for IP addresses from
  192.0.2.0 to 192.0.2.255, specify `192.0.2.0/24`.

For more information about CIDR notation, see the Wikipedia entry
[Classless Inter-Domain Routing][1].

[1]: https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/Address AWS API Documentation

Constants

SENSITIVE