Module Values.CentralizationRuleSourceSource

Configuration specifying the source of telemetry data to be centralized.

Sourcetype nonrec t = {
  1. regions : Regions.t;
    (*

    The list of source regions from which telemetry data should be centralized.

    *)
  2. scope : SourceFilterString.t option;
    (*

    The organizational scope from which telemetry data should be centralized, specified using organization id, accounts or organizational unit ids.

    *)
  3. sourceLogsConfiguration : SourceLogsConfiguration.t option;
    (*

    Log specific configuration for centralization source log groups.

    *)
}
Sourceval context_ : string
Sourceval make : ?scope:??? -> ?sourceLogsConfiguration:??? -> regions:Regions.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t