lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.98.0 vs lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.99.0
- old
+ new
@@ -360,12 +360,20 @@
# The list of log types that need to be enabled for exporting to
# CloudWatch Logs. The values in the list depend on the DB engine being
# used. For more information, see [Publishing Database Logs to Amazon
# CloudWatch Logs][1] in the *Amazon Aurora User Guide*.
#
+ # **Aurora MySQL**
#
+ # Possible values are `audit`, `error`, `general`, and `slowquery`.
#
+ # **Aurora PostgreSQL**
+ #
+ # Possible values are `postgresql` and `upgrade`.
+ #
+ #
+ #
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
# @option options [String] :engine_mode
# The DB engine mode of the DB cluster, either `provisioned`,
# `serverless`, `parallelquery`, `global`, or `multimaster`.
#
@@ -1352,9 +1360,29 @@
# The list of log types that need to be enabled for exporting to
# CloudWatch Logs. The values in the list depend on the DB engine being
# used. For more information, see [Publishing Database Logs to Amazon
# CloudWatch Logs ][1] in the *Amazon Relational Database Service User
# Guide*.
+ #
+ # **MariaDB**
+ #
+ # Possible values are `audit`, `error`, `general`, and `slowquery`.
+ #
+ # **Microsoft SQL Server**
+ #
+ # Possible values are `agent` and `error`.
+ #
+ # **MySQL**
+ #
+ # Possible values are `audit`, `error`, `general`, and `slowquery`.
+ #
+ # **Oracle**
+ #
+ # Possible values are `alert`, `audit`, `listener`, and `trace`.
+ #
+ # **PostgreSQL**
+ #
+ # Possible values are `postgresql` and `upgrade`.
#
#
#
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
# @option options [Array<Types::ProcessorFeature>] :processor_features