Values.UpdateIndexingRuleRequestSourceModifies an indexing rule’s configuration. Indexing rules are used for determining the sampling rate for spans indexed from CloudWatch Logs. For more information, see Transaction Search.
type nonrec t = {name : String_.t;Name of the indexing rule to be updated.
*)rule : IndexingRuleValueUpdate.t;Rule configuration to be updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Structure of
(string * [> `Double of NullableDouble.t ]) list ])
list ])
list ]