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.3/services/mediatailor.ts?docs=full";
interface CreateSourceLocationRequest {
AccessConfiguration?: AccessConfiguration | null;
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | null;
HttpConfiguration: HttpConfiguration;
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.

§
SourceLocationName: string
[src]

The identifier for the source location you are working on.

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

The tags to assign to the source location.