Values.MediaLiveInputRouterOutputConfigurationSourceConfiguration settings for connecting a router output to a MediaLive input.
type nonrec t = {mediaLiveInputArn : MediaLiveInputArn.t option;The ARN of the MediaLive input to connect to this router output.
*)mediaLivePipelineId : MediaLiveInputPipelineId.t option;The index of the MediaLive pipeline to connect to this router output.
*)destinationTransitEncryption : MediaLiveTransitEncryption.t;The encryption configuration for the MediaLive input when connected to this router output.
*)}val make :
?mediaLiveInputArn:??? ->
?mediaLivePipelineId:??? ->
destinationTransitEncryption:MediaLiveTransitEncryption.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of MediaLiveInputArn.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string * [> `String of SecretArn.t ]) list ])
list ])
list ])
list ]