Values.AwsAmazonMqBrokerLogsDetailsSourceProvides information about logs to be activated for the specified broker.
type nonrec t = {audit : Boolean.t option;Activates audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Doesn't apply to RabbitMQ brokers.
*)general : Boolean.t option;Activates general logging.
*)auditLogGroup : NonEmptyString.t option;The location of the CloudWatch Logs log group where audit logs are sent.
*)generalLogGroup : NonEmptyString.t option;The location of the CloudWatch Logs log group where general logs are sent.
*)pending : AwsAmazonMqBrokerLogsPendingDetails.t option;The list of information about logs that are to be turned on for the specified broker.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of NonEmptyString.t
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ]