GetOriginEndpointResult

data class GetOriginEndpointResult(val arn: String? = null, val containerType: OriginEndpointContainerType? = null, val createdAt: String? = null, val description: String? = null, val hlsManifests: List<OriginEndpointHlsManifestConfiguration>? = null, val lowLatencyHlsManifests: List<OriginEndpointLowLatencyHlsManifestConfiguration>? = null, val modifiedAt: String? = null, val segment: OriginEndpointSegment? = null, val startoverWindowSeconds: Int? = null, val tags: List<OriginEndpointTag>? = null)

Constructors

Link copied to clipboard
fun GetOriginEndpointResult(arn: String? = null, containerType: OriginEndpointContainerType? = null, createdAt: String? = null, description: String? = null, hlsManifests: List<OriginEndpointHlsManifestConfiguration>? = null, lowLatencyHlsManifests: List<OriginEndpointLowLatencyHlsManifestConfiguration>? = null, modifiedAt: String? = null, segment: OriginEndpointSegment? = null, startoverWindowSeconds: Int? = null, tags: List<OriginEndpointTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) associated with the resource.

Link copied to clipboard
Link copied to clipboard
val createdAt: String? = null

The date and time the origin endpoint was created.

Link copied to clipboard
val description: String? = null

Enter any descriptive text that helps you to identify the origin endpoint.

Link copied to clipboard

An HTTP live streaming (HLS) manifest configuration.

Link copied to clipboard

A low-latency HLS manifest configuration.

Link copied to clipboard
val modifiedAt: String? = null

The date and time the origin endpoint was modified.

Link copied to clipboard
Link copied to clipboard

The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).

Link copied to clipboard