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