Values.AwsRdsPendingCloudWatchLogsExportsSourceIdentifies the log types to enable and disable.
type nonrec t = {logTypesToEnable : StringList.t option;A list of log types that are being enabled.
*)logTypesToDisable : StringList.t option;A list of log types that are being disabled.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NonEmptyString.t ] list ]) list ]