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

AddOutputRequest

import type { AddOutputRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/mediaconnect.ts";
interface AddOutputRequest {
CidrAllowList?: string[] | null;
Description?: string | null;
Destination?: string | null;
Encryption?: Encryption | null;
MaxLatency?: number | null;
MediaStreamOutputConfigurations?: MediaStreamOutputConfigurationRequest[] | null;
MinLatency?: number | null;
Name?: string | null;
Port?: number | null;
Protocol: Protocol;
RemoteId?: string | null;
SmoothingLatency?: number | null;
StreamId?: string | null;
VpcInterfaceAttachment?: VpcInterfaceAttachment | null;
}

§Properties

§
CidrAllowList?: string[] | null
[src]
§
Description?: string | null
[src]
§
Destination?: string | null
[src]
§
Encryption?: Encryption | null
[src]
§
MaxLatency?: number | null
[src]
§
MediaStreamOutputConfigurations?: MediaStreamOutputConfigurationRequest[] | null
[src]
§
MinLatency?: number | null
[src]
§
Name?: string | null
[src]
§
Port?: number | null
[src]
§
Protocol: Protocol
[src]
§
RemoteId?: string | null
[src]
§
SmoothingLatency?: number | null
[src]
§
StreamId?: string | null
[src]
§
VpcInterfaceAttachment?: VpcInterfaceAttachment | null
[src]