Values.OriginEndpointCreateParametersSourceConfiguration parameters for a new OriginEndpoint.
type nonrec t = {channelId : string;The ID of the Channel that the OriginEndpoint will be associated with. This cannot be changed after the OriginEndpoint is created.
*)cmafPackage : CmafPackageCreateOrUpdateParameters.t option;dashPackage : DashPackage.t option;description : string option;A short text description of the OriginEndpoint.
*)hlsPackage : HlsPackage.t option;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.
*)manifestName : string option;A short string that will be used as the filename of the OriginEndpoint URL (defaults to "index").
*)mssPackage : MssPackage.t option;origination : Origination.t option;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 : int option;Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
*)timeDelaySeconds : int option;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.
*)whitelist : string list option;A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
*)}val make :
?authorization:??? ->
?cmafPackage:??? ->
?dashPackage:??? ->
?description:??? ->
?hlsPackage:??? ->
?manifestName:??? ->
?mssPackage:??? ->
?origination:??? ->
?startoverWindowSeconds:??? ->
?tags:??? ->
?timeDelaySeconds:??? ->
?whitelist:??? ->
channelId:string ->
id:string ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of [> `String of string ] list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `List of [> `Enum of string ] list
| `String of string ])
list ]
list
| `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `String of string
| `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string
| `Structure of (string * [> `Enum of string ]) list ])
list ])
list ])
list ])
list ]