Get Origin Endpoint Result
data class GetOriginEndpointResult(val arn: String? = null, val containerType: OriginEndpointContainerType? = null, val createdAt: String? = null, val dashManifestUrls: List<String>? = null, val dashManifests: List<OriginEndpointDashManifestConfiguration>? = null, val description: String? = null, val forceEndpointErrorConfiguration: OriginEndpointForceEndpointErrorConfiguration? = null, val hlsManifestUrls: List<String>? = null, val hlsManifests: List<OriginEndpointHlsManifestConfiguration>? = null, val lowLatencyHlsManifestUrls: List<String>? = null, val lowLatencyHlsManifests: List<OriginEndpointLowLatencyHlsManifestConfiguration>? = null, val modifiedAt: String? = null, val segment: OriginEndpointSegment? = null, val startoverWindowSeconds: Int? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, containerType: OriginEndpointContainerType? = null, createdAt: String? = null, dashManifestUrls: List<String>? = null, dashManifests: List<OriginEndpointDashManifestConfiguration>? = null, description: String? = null, forceEndpointErrorConfiguration: OriginEndpointForceEndpointErrorConfiguration? = null, hlsManifestUrls: List<String>? = null, hlsManifests: List<OriginEndpointHlsManifestConfiguration>? = null, lowLatencyHlsManifestUrls: List<String>? = null, lowLatencyHlsManifests: List<OriginEndpointLowLatencyHlsManifestConfiguration>? = null, modifiedAt: String? = null, segment: OriginEndpointSegment? = null, startoverWindowSeconds: Int? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
The container type associated with the origin endpoint configuration.
Link copied to clipboard
A DASH manifest configuration.
Link copied to clipboard
Link copied to clipboard
Enter any descriptive text that helps you to identify the origin endpoint.
Link copied to clipboard
Link copied to clipboard
An HTTP live streaming (HLS) manifest configuration.
Link copied to clipboard
Link copied to clipboard
A low-latency HLS manifest configuration.
Link copied to clipboard
Link copied to clipboard
The date and time the origin endpoint was modified.
Link copied to clipboard
The segment associated with the origin endpoint.
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).