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

CreateSourceLocationRequest

import type { CreateSourceLocationRequest } from "https://aws-api.deno.dev/v0.4/services/mediatailor.ts?docs=full";
interface CreateSourceLocationRequest {
AccessConfiguration?: AccessConfiguration | null;
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | null;
HttpConfiguration: HttpConfiguration;
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[] | null;
SourceLocationName: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AccessConfiguration?: AccessConfiguration | null
[src]

Access configuration parameters. Configures the type of authentication used to access content from your source location.

§
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | null
[src]

The optional configuration for the server that serves segments.

§
HttpConfiguration: HttpConfiguration
[src]

The source's HTTP package configurations.

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

A list of the segment delivery configurations associated with this resource.

§
SourceLocationName: string
[src]

The name associated with the source location.

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

The tags to assign 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.