Class: Aws::KinesisAnalyticsV2::Types::ZeppelinMonitoringConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ZeppelinMonitoringConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Note:
When making an API call, you may pass ZeppelinMonitoringConfiguration data as a hash:
{
log_level: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
}
Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook. For more information about CloudWatch logging, see [Monitoring].
[1]: docs.aws.amazon.com/kinesisanalytics/latest/java/monitoring-overview.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_level ⇒ String
The verbosity of the CloudWatch Logs for an application.
Instance Attribute Details
#log_level ⇒ String
The verbosity of the CloudWatch Logs for an application.
7252 7253 7254 7255 7256 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 7252 class ZeppelinMonitoringConfiguration < Struct.new( :log_level) SENSITIVE = [] include Aws::Structure end |