Interface CfnApplication.AlarmMetricProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.AlarmMetricProperty.Jsii$Proxy
- Enclosing class:
- CfnApplication
@Stability(Stable)
public static interface CfnApplication.AlarmMetricProperty
extends software.amazon.jsii.JsiiSerializable
The
AWS::ApplicationInsights::Application AlarmMetric property type defines a metric to monitor for the component.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplication.AlarmMetricPropertystatic final classAn implementation forCfnApplication.AlarmMetricProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The name of the metric to be monitored for the component.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlarmMetricName
The name of the metric to be monitored for the component.For metrics supported by Application Insights, see Logs and metrics supported by Amazon CloudWatch Application Insights .
-
builder
-