Values.AwsWafv2VisibilityConfigDetailsSourceDefines and enables Amazon CloudWatch metrics and web request sample collection.
type nonrec t = {cloudWatchMetricsEnabled : Boolean.t option;A boolean indicating whether the associated resource sends metrics to Amazon CloudWatch. For the list of available metrics, see WAF metrics and dimensions in the WAF Developer Guide.
*)metricName : NonEmptyString.t option;A name of the Amazon CloudWatch metric.
*)sampledRequestsEnabled : Boolean.t option;A boolean indicating whether WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the WAF console.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]