Interface CfnApplicationV2.ZeppelinMonitoringConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationV2.ZeppelinMonitoringConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationV2
@Stability(Stable)
public static interface CfnApplicationV2.ZeppelinMonitoringConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplicationV2.ZeppelinMonitoringConfigurationProperty
static final class
An implementation forCfnApplicationV2.ZeppelinMonitoringConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogLevel
The verbosity of the CloudWatch Logs for an application.You can set it to
INFO
,WARN
,ERROR
, orDEBUG
. -
builder
@Stability(Stable) static CfnApplicationV2.ZeppelinMonitoringConfigurationProperty.Builder builder()
-