Values.LogsSummarySourceThe list of information about logs currently enabled and pending to be deployed for the specified broker.
type nonrec t = {audit : bool option;Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.
*)auditLogGroup : string option;The location of the CloudWatch Logs log group where audit logs are sent.
*)general : bool option;Enables general logging.
*)generalLogGroup : string option;The location of the CloudWatch Logs log group where general logs are sent.
*)pending : PendingLogs.t option;The list of information about logs pending to be deployed for the specified broker.
*)}