Class CfnApplication.ZeppelinMonitoringConfigurationProperty
Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook.
Inheritance
Namespace: Amazon.CDK.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ZeppelinMonitoringConfigurationProperty : Object, CfnApplication.IZeppelinMonitoringConfigurationProperty
Syntax (vb)
Public Class ZeppelinMonitoringConfigurationProperty
Inherits Object
Implements CfnApplication.IZeppelinMonitoringConfigurationProperty
Remarks
For more information about CloudWatch logging, see Monitoring .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.KinesisAnalyticsV2;
var zeppelinMonitoringConfigurationProperty = new ZeppelinMonitoringConfigurationProperty {
LogLevel = "logLevel"
};
Synopsis
Constructors
Zeppelin |
Properties
Log |
The verbosity of the CloudWatch Logs for an application. |
Constructors
ZeppelinMonitoringConfigurationProperty()
public ZeppelinMonitoringConfigurationProperty()
Properties
LogLevel
The verbosity of the CloudWatch Logs for an application.
public string LogLevel { get; set; }
Property Value
System.
Remarks
You can set it to INFO
, WARN
, ERROR
, or DEBUG
.