Class: Aws::KinesisAnalyticsV2::Types::ZeppelinMonitoringConfigurationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ZeppelinMonitoringConfigurationDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
The monitoring configuration for Apache Zeppelin within a Managed Service for Apache Flink Studio notebook.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_level ⇒ String
Describes the verbosity of the CloudWatch Logs for an application.
Instance Attribute Details
#log_level ⇒ String
Describes the verbosity of the CloudWatch Logs for an application.
5345 5346 5347 5348 5349 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 5345 class ZeppelinMonitoringConfigurationDescription < Struct.new( :log_level) SENSITIVE = [] include Aws::Structure end |