Values.ValidateTelemetryPipelineConfigurationInputSourceValidates a pipeline configuration without creating the pipeline. This operation checks the configuration for syntax errors and compatibility issues.
type nonrec t = {configuration : TelemetryPipelineConfiguration.t;The pipeline configuration to validate for syntax and compatibility.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of TelemetryPipelineConfigurationBody.t ])
list ])
list ]