Class: Aws::KinesisAnalyticsV2::Types::ZeppelinMonitoringConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ZeppelinMonitoringConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Describes configuration parameters for Amazon CloudWatch logging for a Managed Service for Apache Flink 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.
5330 5331 5332 5333 5334 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 5330 class ZeppelinMonitoringConfiguration < Struct.new( :log_level) SENSITIVE = [] include Aws::Structure end |