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

Describes an IPv4 range.

interface IpRange {
CidrIp?: string | null;
Description?: string | null;
}

§Properties

§
CidrIp?: string | null
[src]

The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length.

§
Description?: string | null
[src]

A description for the security group rule that references this IPv4 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*