@Stability(value=Stable)
public static interface CfnAlarmModel.AlarmRuleProperty
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.iotevents.*;
AlarmRuleProperty alarmRuleProperty = AlarmRuleProperty.builder()
.simpleRule(SimpleRuleProperty.builder()
.comparisonOperator("comparisonOperator")
.inputProperty("inputProperty")
.threshold("threshold")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAlarmModel.AlarmRuleProperty.Builder
A builder for
CfnAlarmModel.AlarmRuleProperty |
static class |
CfnAlarmModel.AlarmRuleProperty.Jsii$Proxy
An implementation for
CfnAlarmModel.AlarmRuleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAlarmModel.AlarmRuleProperty.Builder |
builder() |
default Object |
getSimpleRule()
A rule that compares an input property value to a threshold value with a comparison operator.
|
@Stability(value=Stable) @Nullable default Object getSimpleRule()
@Stability(value=Stable) static CfnAlarmModel.AlarmRuleProperty.Builder builder()
Copyright © 2022. All rights reserved.