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
§
Decryption?: Encryption | null
[src]§
MediaStreamSourceConfigurations?: MediaStreamSourceConfiguration[] | null
[src]