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

Source

import type { Source } from "https://aws-api.deno.dev/v0.4/services/mediaconnect.ts?docs=full";

The settings for the source of the flow.

interface Source {
DataTransferSubscriberFeePercent?: number | null;
Decryption?: Encryption | null;
Description?: string | null;
EntitlementArn?: string | null;
IngestIp?: string | null;
IngestPort?: number | null;
MediaStreamSourceConfigurations?: MediaStreamSourceConfiguration[] | null;
Name: string;
SenderControlPort?: number | null;
SenderIpAddress?: string | null;
SourceArn: string;
Transport?: Transport | null;
VpcInterfaceName?: string | null;
WhitelistCidr?: string | null;
}

§Properties

§
DataTransferSubscriberFeePercent?: number | null
[src]

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

§
Decryption?: Encryption | null
[src]

The type of encryption that is used on the content ingested from this source.

§
Description?: string | null
[src]

A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.

§
EntitlementArn?: string | null
[src]

The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.

§
IngestIp?: string | null
[src]

The IP address that the flow will be listening on for incoming content.

§
IngestPort?: number | null
[src]

The port that the flow will be listening on for incoming content.

§
MediaStreamSourceConfigurations?: MediaStreamSourceConfiguration[] | null
[src]

The media streams that are associated with the source, and the parameters for those associations.

§
Name: string
[src]

The name of the source.

§
SenderControlPort?: number | null
[src]

The port that the flow uses to send outbound requests to initiate connection with the sender.

§
SenderIpAddress?: string | null
[src]

The IP address that the flow communicates with to initiate connection with the sender.

§
SourceArn: string
[src]

The ARN of the source.

§
Transport?: Transport | null
[src]

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

§
VpcInterfaceName?: string | null
[src]

The name of the VPC interface that is used for this source.

§
WhitelistCidr?: string | null
[src]

The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.