Values.MediaConnectFlowRouterOutputConfigurationSourceConfiguration settings for connecting a router output to a MediaConnect flow source.
type nonrec t = {flowArn : FlowArn.t option;The ARN of the flow to connect to this router output.
*)flowSourceArn : FlowSourceArn.t option;The ARN of the flow source to connect to this router output.
*)destinationTransitEncryption : FlowTransitEncryption.t;The encryption configuration for the flow destination when connected to this router output.
*)}val make :
?flowArn:??? ->
?flowSourceArn:??? ->
destinationTransitEncryption: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 ]