Values.GetConfiguredTableInputSourceRetrieves a configured table.
type nonrec t = {configuredTableIdentifier : ConfiguredTableIdentifier.t;The unique ID for the configured table to retrieve.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ConfiguredTableIdentifier.t ]) list ]