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

IpFilter

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

The IP filter for querying findings.

interface IpFilter {
Cidr?: string | null;
}

§Properties

§
Cidr?: string | null
[src]

A finding's CIDR value.