class Aws::EMRContainers::Types::CloudWatchMonitoringConfiguration

A configuration for CloudWatch monitoring. You can configure your jobs to send log information to CloudWatch Logs.

@note When making an API call, you may pass CloudWatchMonitoringConfiguration

data as a hash:

    {
      log_group_name: "LogGroupName", # required
      log_stream_name_prefix: "String256",
    }

@!attribute [rw] log_group_name

The name of the log group for log publishing.
@return [String]

@!attribute [rw] log_stream_name_prefix

The specified name prefix for log streams.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/emr-containers-2020-10-01/CloudWatchMonitoringConfiguration AWS API Documentation

Constants

SENSITIVE