Module Values.CentralizationRuleSource

Defines how telemetry data should be centralized across an Amazon Web Services Organization, including source and destination configurations.

Sourcetype nonrec t = {
  1. source : CentralizationRuleSource.t;
    (*

    Configuration determining the source of the telemetry data to be centralized.

    *)
  2. destination : CentralizationRuleDestination.t;
    (*

    Configuration determining where the telemetry data should be centralized, backed up, as well as encryption configuration for the primary and backup destinations.

    *)
}
Sourceval context_ : string
Sourceval make : source:CentralizationRuleSource.t -> destination:CentralizationRuleDestination.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of Region.t ] list | `String of SourceFilterString.t | `Structure of (string * [> `Enum of string | `String of LogsFilterString.t | `Structure of (string * [> `Enum of string | `String of ResourceArn.t ]) list ]) list ]) 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