Values.ManagedLogsSourceThe entity that provides configuration control over managed logs.
type nonrec t = {allowAWSToRetainLogs : AllowAWSToRetainLogs.t option;Determines whether Amazon Web Services can retain logs.
*)encryptionKeyArn : KmsKeyArn.t option;The Amazon resource name (ARN) of the encryption key for logs.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of KmsKeyArn.t ]) list ]