AddOutputRequest
import type { AddOutputRequest } from "https://aws-api-16vtt531a2w0.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
§
Encryption?: Encryption | null
[src]§
MediaStreamOutputConfigurations?: MediaStreamOutputConfigurationRequest[] | null
[src]§
VpcInterfaceAttachment?: VpcInterfaceAttachment | null
[src]