Values.MediaLiveChannelRouterInputConfigurationSourceConfiguration settings for connecting a router input to a MediaLive channel output.
type nonrec t = {mediaLiveChannelArn : MediaLiveChannelArn.t option;The ARN of the MediaLive channel to connect to this router input.
*)mediaLivePipelineId : MediaLiveChannelPipelineId.t option;The index of the MediaLive pipeline to connect to this router input.
*)mediaLiveChannelOutputName : String_.t option;The name of the MediaLive channel output to connect to this router input.
*)sourceTransitDecryption : MediaLiveTransitEncryption.t;}val make :
?mediaLiveChannelArn:??? ->
?mediaLivePipelineId:??? ->
?mediaLiveChannelOutputName:??? ->
sourceTransitDecryption:MediaLiveTransitEncryption.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of MediaLiveChannelArn.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string * [> `String of SecretArn.t ]) list ])
list ])
list ])
list ]