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

AwsEc2SecurityGroupIpRange

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

A range of IPv4 addresses.

interface AwsEc2SecurityGroupIpRange {
CidrIp?: string | null;
}

§Properties

§
CidrIp?: string | null
[src]

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