@Stability(value=Stable)
public static interface CfnApplicationV2.MonitoringConfigurationProperty
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.*;
MonitoringConfigurationProperty monitoringConfigurationProperty = MonitoringConfigurationProperty.builder()
.configurationType("configurationType")
// the properties below are optional
.logLevel("logLevel")
.metricsLevel("metricsLevel")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationV2.MonitoringConfigurationProperty.Builder
A builder for
CfnApplicationV2.MonitoringConfigurationProperty |
static class |
CfnApplicationV2.MonitoringConfigurationProperty.Jsii$Proxy
An implementation for
CfnApplicationV2.MonitoringConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationV2.MonitoringConfigurationProperty.Builder |
builder() |
String |
getConfigurationType()
Describes whether to use the default CloudWatch logging configuration for an application.
|
default String |
getLogLevel()
Describes the verbosity of the CloudWatch Logs for an application.
|
default String |
getMetricsLevel()
Describes the granularity of the CloudWatch Logs for an application.
|
@Stability(value=Stable) @NotNull String getConfigurationType()
You must set this property to CUSTOM in order to set the LogLevel or MetricsLevel parameters.
@Stability(value=Stable) @Nullable default String getLogLevel()
@Stability(value=Stable) @Nullable default String getMetricsLevel()
The Parallelism level is not recommended for applications with a Parallelism over 64 due to excessive costs.
@Stability(value=Stable) static CfnApplicationV2.MonitoringConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.