Values.InputUpdateSourceFor a SQL-based Kinesis Data Analytics application, describes updates to a specific input configuration (identified by the InputId of an application).
type nonrec t = {inputId : Id.t;The input ID of the application input to be updated.
*)namePrefixUpdate : InAppStreamName.t option;The name prefix for in-application streams that Kinesis Data Analytics creates for the specific streaming source.
*)inputProcessingConfigurationUpdate : InputProcessingConfigurationUpdate.t
option;Describes updates to an InputProcessingConfiguration.
*)kinesisStreamsInputUpdate : KinesisStreamsInputUpdate.t option;If a Kinesis data stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN).
*)kinesisFirehoseInputUpdate : KinesisFirehoseInputUpdate.t option;If a Kinesis Data Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN.
*)inputSchemaUpdate : InputSchemaUpdate.t option;Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
*)inputParallelismUpdate : InputParallelismUpdate.t option;Describes the parallelism updates (the number of in-application streams Kinesis Data Analytics creates for the specific streaming source).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Id.t
| `Structure 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 ]