Values.PendingCloudwatchLogsExportsSourceA list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated. Valid log types are: audit (to publish audit logs) and slowquery (to publish slow-query logs). See Publishing Neptune logs to Amazon CloudWatch logs.
type nonrec t = {logTypesToEnable : LogTypeList.t option;Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.
*)logTypesToDisable : LogTypeList.t option;Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.
*)}