Values.CentralizationRuleSourceSourceConfiguration specifying the source of telemetry data to be centralized.
type nonrec t = {regions : Regions.t;The list of source regions from which telemetry data should be centralized.
*)scope : SourceFilterString.t option;The organizational scope from which telemetry data should be centralized, specified using organization id, accounts or organizational unit ids.
*)sourceLogsConfiguration : SourceLogsConfiguration.t option;Log specific configuration for centralization source log groups.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Region.t ] list
| `String of SourceFilterString.t
| `Structure of
(string * [> `Enum of string | `String of LogsFilterString.t ])
list ])
list ]