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

InputWhitelistRule

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

Whitelist rule

interface InputWhitelistRule {
Cidr?: string | null;
}

§Properties

§
Cidr?: string | null
[src]

The IPv4 CIDR that's whitelisted.