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

AwsRdsDbSecurityGroupIpRange

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

IP range information for an RDS DB security group.

interface AwsRdsDbSecurityGroupIpRange {
CidrIp?: string | null;
Status?: string | null;
}

§Properties

§
CidrIp?: string | null
[src]

Specifies the IP range.

§
Status?: string | null
[src]

Specifies the status of the IP range.