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

SegmentDeliveryConfiguration

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

The segment delivery configuration settings.

interface SegmentDeliveryConfiguration {
BaseUrl?: string | null;
Name?: string | null;
}

§Properties

§
BaseUrl?: string | null
[src]

The base URL of the host or path of the segment delivery server that you're using to serve segments. This is typically a content delivery network (CDN). The URL can be absolute or relative. To use an absolute URL include the protocol, such as https://example.com/some/path. To use a relative URL specify the relative path, such as /some/path*.

§
Name?: string | null
[src]

A unique identifier used to distinguish between multiple segment delivery configurations in a source location.