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.deno.dev/v0.4/services/mediaconnect.ts?docs=full";

The settings for an output.

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]

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

§
Description?: string | null
[src]

A description of the output.

§
Destination?: string | null
[src]

The address where you want to send the output.

§
Encryption?: Encryption | null
[src]

The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).

§
EntitlementArn?: string | null
[src]

The ARN of the entitlement on the originator''s flow. This value is relevant only on entitled flows.

§
ListenerAddress?: string | null
[src]

The IP address that the receiver requires in order to establish a connection with the flow. For public networking, the ListenerAddress is represented by the elastic IP address of the flow. For private networking, the ListenerAddress is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the Zixi pull or SRT listener protocol.

§
MediaLiveInputArn?: string | null
[src]

The input ARN of the AWS Elemental MediaLive channel. This parameter is relevant only for outputs that were added by creating a MediaLive input.

§
MediaStreamOutputConfigurations?: MediaStreamOutputConfiguration[] | null
[src]

The configuration for each media stream that is associated with the output.

§
Name: string
[src]

The name of the output. This value must be unique within the current flow.

§
OutputArn: string
[src]

The ARN of the output.

§
Port?: number | null
[src]

The port to use when content is distributed to this output.

§
Transport?: Transport | null
[src]

Attributes related to the transport stream that are used in the output.

§
VpcInterfaceAttachment?: VpcInterfaceAttachment | null
[src]

The name of the VPC interface attachment to use for this output.