Output
import type { Output } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/mediaconnect.ts";interface Output {
DataTransferSubscriberFeePercent?: number | null;
Description?: string | null;
Destination?: string | null;
Encryption?: Encryption | null;
EntitlementArn?: string | null;
ListenerAddress?: string | null;
MediaLiveInputArn?: string | null;
MediaStreamOutputConfigurations?: MediaStreamOutputConfiguration[] | null;
Name: string;
OutputArn: string;
Port?: number | null;
Transport?: Transport | null;
VpcInterfaceAttachment?: VpcInterfaceAttachment | null;
}§Properties
§
Encryption?: Encryption | null
[src]§
MediaStreamOutputConfigurations?: MediaStreamOutputConfiguration[] | null
[src]§
VpcInterfaceAttachment?: VpcInterfaceAttachment | null
[src]