class Aws::DocDB::Types::CloudwatchLogsExportConfiguration
The configuration setting for the log types to be enabled for export to Amazon CloudWatch Logs for a specific instance or cluster.
The `EnableLogTypes` and `DisableLogTypes` arrays determine which logs are exported (or not exported) to CloudWatch Logs. The values within these arrays depend on the engine that is being used.
@note When making an API call, you may pass CloudwatchLogsExportConfiguration
data as a hash: { enable_log_types: ["String"], disable_log_types: ["String"], }
@!attribute [rw] enable_log_types
The list of log types to enable. @return [Array<String>]
@!attribute [rw] disable_log_types
The list of log types to disable. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CloudwatchLogsExportConfiguration AWS API Documentation
Constants
- SENSITIVE