Values.SqlApplicationConfigurationSourceDescribes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.
type nonrec t = {inputs : Inputs.t option;The array of Input objects describing the input streams used by the application.
*)outputs : Outputs.t option;The array of Output objects describing the destination streams used by the application.
*)referenceDataSources : ReferenceDataSources.t option;The array of ReferenceDataSource objects describing the reference data sources used by the application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of InAppStreamName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of InputParallelismCount.t
| `List of
[> `Structure of
(string * [> `String of RecordColumnName.t ])
list ]
list
| `String of ResourceARN.t
| `Structure of
(string
* [> `Enum of string
| `String of ResourceARN.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of RecordRowPath.t ])
list ])
list ])
list ])
list ])
list ]
list ])
list ]