Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IPSet

import type { IPSet } from "https://aws-api.deno.dev/v0.4/services/networkfirewall.ts?docs=full";

A list of IP addresses and address ranges, in CIDR notation. This is part of a "RuleVariables".

interface IPSet {
Definition: string[];
}

§Properties

§
Definition: string[]
[src]

The list of IP addresses and address ranges, in CIDR notation.