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

IPRange

import type { IPRange } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";

Describes an IP range used in a security group.

interface IPRange {
CIDRIP?: string | null;
Status?: string | null;
Tags: Tag[];
}

§Properties

§
CIDRIP?: string | null
[src]

The IP range in Classless Inter-Domain Routing (CIDR) notation.

§
Status?: string | null
[src]

The status of the IP range, for example, "authorized".

§
Tags: Tag[]
[src]

The list of tags for the IP range.