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

VodSource

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

VOD source configuration parameters.

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

§Properties

§
Arn: string
[src]

The ARN for the VOD source.

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

The timestamp that indicates when the VOD source was created.

§
HttpPackageConfigurations: HttpPackageConfiguration[]
[src]

The HTTP package configurations for the VOD source.

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

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

§
SourceLocationName: string
[src]

The name of the source location that the VOD source is associated with.

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

The tags assigned to the VOD 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.

§
VodSourceName: string
[src]

The name of the VOD source.