Class: Aws::EMR::Types::MonitoringConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

Contains CloudWatch log configuration metadata and settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_configurationTypes::CloudWatchLogConfiguration

CloudWatch log configuration settings and metadata that specify settings like log files to monitor and where to send them.



4857
4858
4859
4860
4861
# File 'lib/aws-sdk-emr/types.rb', line 4857

class MonitoringConfiguration < Struct.new(
  :cloud_watch_log_configuration)
  SENSITIVE = []
  include Aws::Structure
end