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

CreateOriginEndpointResponse

import type { CreateOriginEndpointResponse } from "https://aws-api.deno.dev/v0.4/services/mediapackage.ts?docs=full";
interface CreateOriginEndpointResponse {
Arn?: string | null;
Authorization?: Authorization | null;
ChannelId?: string | null;
CmafPackage?: CmafPackage | null;
DashPackage?: DashPackage | null;
Description?: string | null;
HlsPackage?: HlsPackage | null;
Id?: string | null;
ManifestName?: string | null;
MssPackage?: MssPackage | null;
Origination?: Origination | null;
StartoverWindowSeconds?: number | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
TimeDelaySeconds?: number | null;
Url?: string | null;
Whitelist?: string[] | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) assigned to the OriginEndpoint.

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

The ID of the Channel the OriginEndpoint is associated with.

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

A short text description of the OriginEndpoint.

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

The ID of the OriginEndpoint.

§
ManifestName?: string | null
[src]

A short string appended to the end of the OriginEndpoint URL.

§
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.

§
Url?: string | null
[src]

The URL of the packaged OriginEndpoint for consumption.

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

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