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

SourceLocation

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

A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.

interface SourceLocation {
AccessConfiguration?: AccessConfiguration | null;
Arn: string;
CreationTime?: Date | number | null;
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | null;
HttpConfiguration: HttpConfiguration;
LastModifiedTime?: Date | number | null;
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[] | null;
SourceLocationName: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AccessConfiguration?: AccessConfiguration | null
[src]

The access configuration for the source location.

§
Arn: string
[src]

The ARN of the SourceLocation.

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

The timestamp that indicates when the source location was created.

§
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | null
[src]

The default segment delivery configuration.

§
HttpConfiguration: HttpConfiguration
[src]

The HTTP configuration for the source location.

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

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

§
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[] | null
[src]

The segment delivery configurations for the source location.

§
SourceLocationName: string
[src]

The name of the source location.

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

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