Values.LoggingConfigSourceConfiguration fields for invocation logging.
type nonrec t = {cloudWatchConfig : CloudWatchConfig.t option;CloudWatch logging configuration.
*)s3Config : S3Config.t option;S3 configuration for storing log data.
*)textDataDeliveryEnabled : Boolean.t option;Set to include text data in the log delivery.
*)imageDataDeliveryEnabled : Boolean.t option;Set to include image data in the log delivery.
*)embeddingDataDeliveryEnabled : Boolean.t option;Set to include embeddings data in the log delivery.
*)videoDataDeliveryEnabled : Boolean.t option;Set to include video data in the log delivery.
*)audioDataDeliveryEnabled : Boolean.t option;Set to include audio data in the log delivery.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `String of LogGroupName.t
| `Structure of (string * [> `String of BucketName.t ]) list ])
list ])
list ]