Values.MediaConnectFlowRouterInputConfigurationSourceConfiguration settings for connecting a router input to a flow output.
type nonrec t = {flowArn : FlowArn.t option;The ARN of the flow to connect to.
*)flowOutputArn : FlowOutputArn.t option;The ARN of the flow output to connect to this router input.
*)sourceTransitDecryption : FlowTransitEncryption.t;The decryption configuration for the flow source when connected to this router input.
*)}val make :
?flowArn:??? ->
?flowOutputArn:??? ->
sourceTransitDecryption:FlowTransitEncryption.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of FlowArn.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string * [> `String of SecretArn.t ]) list ])
list ])
list ])
list ]