Class: Aws::KinesisAnalyticsV2::Types::ZeppelinMonitoringConfigurationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ZeppelinMonitoringConfigurationUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Updates to 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_update ⇒ String
Updates to the logging level for Apache Zeppelin within a Managed Service for Apache Flink Studio notebook.
Instance Attribute Details
#log_level_update ⇒ String
Updates to the logging level for Apache Zeppelin within a Managed Service for Apache Flink Studio notebook.
5361 5362 5363 5364 5365 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 5361 class ZeppelinMonitoringConfigurationUpdate < Struct.new( :log_level_update) SENSITIVE = [] include Aws::Structure end |