Values.SqlApplicationConfigurationDescriptionSourceDescribes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.
type nonrec t = {inputDescriptions : InputDescriptions.t option;The array of InputDescription objects describing the input streams used by the application.
*)outputDescriptions : OutputDescriptions.t option;The array of OutputDescription objects describing the destination streams used by the application.
*)referenceDataSourceDescriptions : ReferenceDataSourceDescriptions.t option;The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of InAppStreamName.t ] list
| `String of Id.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 ]