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

LiveSource

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

Live source configuration parameters.

interface LiveSource {
Arn: string;
CreationTime?: Date | number | null;
HttpPackageConfigurations: HttpPackageConfiguration[];
LastModifiedTime?: Date | number | null;
LiveSourceName: string;
SourceLocationName: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn: string
[src]

The ARN for the live source.

§
CreationTime?: Date | number | null
[src]

The timestamp that indicates when the live source was created.

§
HttpPackageConfigurations: HttpPackageConfiguration[]
[src]

The HTTP package configurations for the live source.

§
LastModifiedTime?: Date | number | null
[src]

The timestamp that indicates when the live source was last modified.

§
LiveSourceName: string
[src]

The name that's used to refer to a live source.

§
SourceLocationName: string
[src]

The name of the source location.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags assigned to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.