@Stability(value=Stable)
public static interface CfnApplicationV2.ZeppelinMonitoringConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
For more information about CloudWatch logging, see Monitoring .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kinesisanalytics.*;
ZeppelinMonitoringConfigurationProperty zeppelinMonitoringConfigurationProperty = ZeppelinMonitoringConfigurationProperty.builder()
.logLevel("logLevel")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationV2.ZeppelinMonitoringConfigurationProperty.Builder
A builder for
CfnApplicationV2.ZeppelinMonitoringConfigurationProperty |
static class |
CfnApplicationV2.ZeppelinMonitoringConfigurationProperty.Jsii$Proxy
An implementation for
CfnApplicationV2.ZeppelinMonitoringConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationV2.ZeppelinMonitoringConfigurationProperty.Builder |
builder() |
default String |
getLogLevel()
The verbosity of the CloudWatch Logs for an application.
|
@Stability(value=Stable) @Nullable default String getLogLevel()
You can set it to INFO , WARN , ERROR , or DEBUG .
@Stability(value=Stable) static CfnApplicationV2.ZeppelinMonitoringConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.