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/globalaccelerator.ts?docs=full";

A complex type for the set of IP addresses for an accelerator.

interface IpSet {
IpAddresses?: string[] | null;
IpAddressFamily?: IpAddressFamily | null;
IpFamily?: string | null;
}

§Properties

§
IpAddresses?: string[] | null
[src]

The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

§
IpAddressFamily?: IpAddressFamily | null
[src]

The types of IP addresses included in this IP set.

§
IpFamily?: string | null
[src]

IpFamily is deprecated and has been replaced by IpAddressFamily.