IPSet class

Contains one or more IP addresses or blocks of IP addresses specified in Classless Inter-Domain Routing (CIDR) notation. AWS WAF supports any CIDR range. For information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

AWS WAF assigns an ARN to each IPSet that you create. To use an IP set in a rule, you provide the ARN to the Rule statement IPSetReferenceStatement.

Constructors

IPSet({required String arn, required List<String> addresses, required IPAddressVersion iPAddressVersion, required String id, required String name, String? description})
IPSet.fromJson(Map<String, dynamic> json)
factory

Properties

addresses List<String>
Contains an array of strings that specify one or more IP addresses or blocks of IP addresses in Classless Inter-Domain Routing (CIDR) notation. AWS WAF supports all address ranges for IP versions IPv4 and IPv6.
final
arn String
The Amazon Resource Name (ARN) of the entity.
final
description String?
A description of the IP set that helps with identification. You cannot change the description of an IP set after you create it.
final
hashCode int
The hash code for this object.
no setterinherited
id String
A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
final
iPAddressVersion IPAddressVersion
Specify IPV4 or IPV6.
final
name String
The name of the IP set. You cannot change the name of an IPSet after you create it.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited