Class CfnApplication.ZeppelinMonitoringConfigurationProperty
Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook.
Inherited Members
Namespace: Amazon.CDK.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnApplication.ZeppelinMonitoringConfigurationProperty : CfnApplication.IZeppelinMonitoringConfigurationProperty
Syntax (vb)
Public Class CfnApplication.ZeppelinMonitoringConfigurationProperty 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
ZeppelinMonitoringConfigurationProperty() | Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook. |
Properties
LogLevel | The verbosity of the CloudWatch Logs for an application. |
Constructors
ZeppelinMonitoringConfigurationProperty()
Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook.
public ZeppelinMonitoringConfigurationProperty()
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"
};
Properties
LogLevel
The verbosity of the CloudWatch Logs for an application.
public string? LogLevel { get; set; }
Property Value
Remarks
You can set it to INFO
, WARN
, ERROR
, or DEBUG
.