UpdateOriginEndpointResponse class
Constructors
-
UpdateOriginEndpointResponse({String? arn, Authorization? authorization, String? channelId, CmafPackage? cmafPackage, DashPackage? dashPackage, String? description, HlsPackage? hlsPackage, String? id, String? manifestName, MssPackage? mssPackage, Origination? origination, int? startoverWindowSeconds, Map<String, String>? tags, int? timeDelaySeconds, String? url, List<String>? whitelist})
-
-
UpdateOriginEndpointResponse.fromJson(Map<String, dynamic> json)
-
factory
Properties
-
arn
→ String?
-
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
final
-
authorization
→ Authorization?
-
final
-
channelId
→ String?
-
The ID of the Channel the OriginEndpoint is associated with.
final
-
cmafPackage
→ CmafPackage?
-
final
-
dashPackage
→ DashPackage?
-
final
-
description
→ String?
-
A short text description of the OriginEndpoint.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
hlsPackage
→ HlsPackage?
-
final
-
id
→ String?
-
The ID of the OriginEndpoint.
final
-
manifestName
→ String?
-
A short string appended to the end of the OriginEndpoint URL.
final
-
mssPackage
→ MssPackage?
-
final
-
origination
→ Origination?
-
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
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
startoverWindowSeconds
→ int?
-
Maximum duration (seconds) of content to retain for startover playback.
If not specified, startover playback will be disabled for the
OriginEndpoint.
final
-
tags
→ Map<String, String>?
-
final
-
timeDelaySeconds
→ int?
-
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.
final
-
url
→ String?
-
The URL of the packaged OriginEndpoint for consumption.
final
-
whitelist
→ List<String>?
-
A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited