@Stability(value=Stable)
public static interface CfnApplication.AlarmMetricProperty
extends software.amazon.jsii.JsiiSerializable
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.applicationinsights.*;
AlarmMetricProperty alarmMetricProperty = AlarmMetricProperty.builder()
.alarmMetricName("alarmMetricName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.AlarmMetricProperty.Builder
A builder for
CfnApplication.AlarmMetricProperty |
static class |
CfnApplication.AlarmMetricProperty.Jsii$Proxy
An implementation for
CfnApplication.AlarmMetricProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.AlarmMetricProperty.Builder |
builder() |
String |
getAlarmMetricName()
The name of the metric to be monitored for the component.
|
@Stability(value=Stable) @NotNull String getAlarmMetricName()
For metrics supported by Application Insights, see Logs and metrics supported by Amazon CloudWatch Application Insights .
@Stability(value=Stable) static CfnApplication.AlarmMetricProperty.Builder builder()
Copyright © 2022. All rights reserved.