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-16vtt531a2w0.deno.dev/v0.2/services/mediaconnect.ts";
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;
SourceArn: string;
Transport?: Transport | null;
VpcInterfaceName?: string | null;
WhitelistCidr?: string | null;
}

§Properties

§
DataTransferSubscriberFeePercent?: number | null
[src]
§
Decryption?: Encryption | null
[src]
§
Description?: string | null
[src]
§
EntitlementArn?: string | null
[src]
§
IngestIp?: string | null
[src]
§
IngestPort?: number | null
[src]
§
MediaStreamSourceConfigurations?: MediaStreamSourceConfiguration[] | null
[src]
§
Name: string
[src]
§
SourceArn: string
[src]
§
Transport?: Transport | null
[src]
§
VpcInterfaceName?: string | null
[src]
§
WhitelistCidr?: string | null
[src]