Class: Aws::EMRContainers::Types::CloudWatchMonitoringConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::CloudWatchMonitoringConfiguration
- Defined in:
- gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb
Overview
A configuration for CloudWatch monitoring. You can configure your jobs to send log information to CloudWatch Logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_name ⇒ String
The name of the log group for log publishing.
-
#log_stream_name_prefix ⇒ String
The specified name prefix for log streams.
Instance Attribute Details
#log_group_name ⇒ String
The name of the log group for log publishing.
105 106 107 108 109 110 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 105 class CloudWatchMonitoringConfiguration < Struct.new( :log_group_name, :log_stream_name_prefix) SENSITIVE = [] include Aws::Structure end |
#log_stream_name_prefix ⇒ String
The specified name prefix for log streams.
105 106 107 108 109 110 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 105 class CloudWatchMonitoringConfiguration < Struct.new( :log_group_name, :log_stream_name_prefix) SENSITIVE = [] include Aws::Structure end |