@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.325Z") @Stability(value=Experimental) public interface AlarmProps extends software.amazon.jsii.JsiiSerializable, CreateAlarmOptions
Modifier and Type | Interface and Description |
---|---|
static class |
AlarmProps.Builder
A builder for
AlarmProps |
static class |
AlarmProps.Jsii$Proxy
An implementation for
AlarmProps |
Modifier and Type | Method and Description |
---|---|
static AlarmProps.Builder |
builder() |
IMetric |
getMetric()
(experimental) The metric to add the alarm on.
|
getActionsEnabled, getAlarmDescription, getAlarmName, getComparisonOperator, getDatapointsToAlarm, getEvaluateLowSampleCountPercentile, getEvaluationPeriods, getThreshold, getTreatMissingData
@Stability(value=Experimental) @NotNull IMetric getMetric()
Metric objects can be obtained from most resources, or you can construct custom Metric objects by instantiating one.
@Stability(value=Experimental) static AlarmProps.Builder builder()
builder
in interface CreateAlarmOptions
AlarmProps.Builder
of AlarmProps
Copyright © 2021. All rights reserved.