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

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

§
DataTransferSubscriberFeePercent?: number | null
[src]
§
Description?: string | null
[src]
§
Destination?: string | null
[src]
§
Encryption?: Encryption | null
[src]
§
EntitlementArn?: string | null
[src]
§
ListenerAddress?: string | null
[src]
§
MediaLiveInputArn?: string | null
[src]
§
MediaStreamOutputConfigurations?: MediaStreamOutputConfiguration[] | null
[src]
§
Name: string
[src]
§
OutputArn: string
[src]
§
Port?: number | null
[src]
§
Transport?: Transport | null
[src]
§
VpcInterfaceAttachment?: VpcInterfaceAttachment | null
[src]