Values_1.DataCaptureConfigSummarySourceThe currently active data capture configuration used by your Endpoint.
type nonrec t = {enableCapture : Values_0.EnableCapture.t option;Whether data capture is enabled or disabled.
*)captureStatus : Values_0.CaptureStatus.t option;Whether data capture is currently functional.
*)currentSamplingPercentage : Values_0.SamplingPercentage.t option;The percentage of requests being captured by your Endpoint.
*)destinationS3Uri : Values_0.DestinationS3Uri.t option;The Amazon S3 location being used to capture the data.
*)kmsKeyId : Values_0.KmsKeyId.t option;The KMS key being used to encrypt the data in Amazon S3.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.EnableCapture.t
| `Enum of string
| `Integer of Values_0.SamplingPercentage.t
| `String of Values_0.DestinationS3Uri.t ])
list ]