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

CreateOriginEndpointRequest

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

Configuration parameters used to create a new OriginEndpoint.

interface CreateOriginEndpointRequest {
Authorization?: Authorization | null;
ChannelId: string;
DashPackage?: DashPackage | null;
Description?: string | null;
HlsPackage?: HlsPackage | null;
Id: string;
ManifestName?: string | null;
MssPackage?: MssPackage | null;
Origination?: Origination | null;
StartoverWindowSeconds?: number | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
TimeDelaySeconds?: number | null;
Whitelist?: string[] | null;
}

§Properties

§
Authorization?: Authorization | null
[src]
§
ChannelId: string
[src]

The ID of the Channel that the OriginEndpoint will be associated with. This cannot be changed after the OriginEndpoint is created.

§
DashPackage?: DashPackage | null
[src]
§
Description?: string | null
[src]

A short text description of the OriginEndpoint.

§
HlsPackage?: HlsPackage | null
[src]
§
Id: string
[src]

The ID of the OriginEndpoint. The ID must be unique within the region and it cannot be changed after the OriginEndpoint is created.

§
ManifestName?: string | null
[src]

A short string that will be used as the filename of the OriginEndpoint URL (defaults to "index").

§
MssPackage?: MssPackage | null
[src]
§
Origination?: Origination | null
[src]

Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination

§
StartoverWindowSeconds?: number | null
[src]

Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

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

Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.

§
Whitelist?: string[] | null
[src]

A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.