Class: Aws::KinesisAnalyticsV2::Types::ZeppelinMonitoringConfigurationDescription

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#log_levelString

Describes the verbosity of the CloudWatch Logs for an application.

Returns:

  • (String)


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