CreateOriginEndpointRequest

Configuration parameters used to create a new OriginEndpoint.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

CDN Authorization credentials

Link copied to clipboard

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

Link copied to clipboard

A Common Media Application Format (CMAF) packaging configuration.

Link copied to clipboard

A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.

Link copied to clipboard

A short text description of the OriginEndpoint.

Link copied to clipboard

An HTTP Live Streaming (HLS) packaging configuration.

Link copied to clipboard
val id: String?

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

Link copied to clipboard

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

Link copied to clipboard

A Microsoft Smooth Streaming (MSS) packaging configuration.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

A collection of tags associated with a resource

Link copied to clipboard

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.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String