Values.OutputUpdateSourceFor a SQL-based Kinesis Data Analytics application, describes updates to the output configuration identified by the OutputId.
type nonrec t = {outputId : Id.t;Identifies the specific output configuration that you want to update.
*)nameUpdate : InAppStreamName.t option;If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
*)kinesisStreamsOutputUpdate : KinesisStreamsOutputUpdate.t option;Describes a Kinesis data stream as the destination for the output.
*)kinesisFirehoseOutputUpdate : KinesisFirehoseOutputUpdate.t option;Describes a Kinesis Data Firehose delivery stream as the destination for the output.
*)lambdaOutputUpdate : LambdaOutputUpdate.t option;Describes an Amazon Lambda function as the destination for the output.
*)destinationSchemaUpdate : DestinationSchema.t option;Describes the data format when records are written to the destination.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Id.t
| `Structure of
(string * [> `Enum of string | `String of ResourceARN.t ]) list ])
list ]