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

InputWhitelistRuleCidr

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

An IPv4 CIDR to whitelist.

interface InputWhitelistRuleCidr {
Cidr?: string | null;
}

§Properties

§
Cidr?: string | null
[src]

The IPv4 CIDR to whitelist.