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

InputPolicy

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

An input policy allows or disallows a job you submit to run based on the conditions that you specify.

type InputPolicy = "ALLOWED" | "DISALLOWED" | cmnP.UnexpectedEnumValue;

§Type

§
"ALLOWED" | "DISALLOWED" | cmnP.UnexpectedEnumValue
[src]