Values.CentralizationRuleSourceDefines how telemetry data should be centralized across an Amazon Web Services Organization, including source and destination configurations.
type nonrec t = {source : CentralizationRuleSource.t;Configuration determining the source of the telemetry data to be centralized.
*)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.
*)}val make :
source:CentralizationRuleSource.t ->
destination:CentralizationRuleDestination.t ->
unit ->
tval 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 ]