You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DocDB::Types::CloudwatchLogsExportConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CloudwatchLogsExportConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  enable_log_types: ["String"],
  disable_log_types: ["String"],
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#disable_log_typesArray<String>

The list of log types to disable.

Returns:

  • (Array<String>)

    The list of log types to disable.

#enable_log_typesArray<String>

The list of log types to enable.

Returns:

  • (Array<String>)

    The list of log types to enable.