Values.DestinationLogsConfigurationSourceConfiguration for centralization destination log groups, including encryption and backup settings.
type nonrec t = {logsEncryptionConfiguration : LogsEncryptionConfiguration.t option;The encryption configuration for centralization destination log groups.
*)backupConfiguration : LogsBackupConfiguration.t option;Configuration defining the backup region and an optional KMS key for the backup destination.
*)logGroupNameConfiguration : LogGroupNameConfiguration.t option;Configuration that specifies a naming pattern for destination log groups created during centralization. The pattern supports static text and dynamic variables that are replaced with source attributes when log groups are created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of ResourceArn.t ]) list ])
list ]