Module Values.CentralizationRuleDestinationSource

Configuration specifying the primary destination for centralized telemetry data.

Sourcetype nonrec t = {
  1. region : Region.t;
    (*

    The primary destination region to which telemetry data should be centralized.

    *)
  2. account : AccountIdentifier.t option;
    (*

    The destination account (within the organization) to which the telemetry data should be centralized.

    *)
  3. destinationLogsConfiguration : DestinationLogsConfiguration.t option;
    (*

    Log specific configuration for centralization destination log groups.

    *)
}
Sourceval context_ : string
Sourceval make : ?account:??? -> ?destinationLogsConfiguration:??? -> region:Region.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Region.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of ResourceArn.t ]) 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