Values.OutputDescriptionSourceDescribes the application output configuration, which includes the in-application stream name and the destination where the stream data is written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream.
type nonrec t = {outputId : Id.t option;A unique identifier for the output configuration.
*)name : InAppStreamName.t option;Name of the in-application stream configured as output.
*)kinesisStreamsOutputDescription : KinesisStreamsOutputDescription.t option;Describes Amazon Kinesis stream configured as the destination where output is written.
*)kinesisFirehoseOutputDescription : KinesisFirehoseOutputDescription.t option;Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
*)lambdaOutputDescription : LambdaOutputDescription.t option;Describes the AWS Lambda function configured as the destination where output is written.
*)destinationSchema : DestinationSchema.t option;Data format used for writing data 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 ]