Values.CentralizationRuleDestinationSourceConfiguration specifying the primary destination for centralized telemetry data.
type nonrec t = {region : Region.t;The primary destination region to which telemetry data should be centralized.
*)account : AccountIdentifier.t option;The destination account (within the organization) to which the telemetry data should be centralized.
*)destinationLogsConfiguration : DestinationLogsConfiguration.t option;Log specific configuration for centralization destination log groups.
*)}val 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 ]