@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:22.285Z") @Stability(value=Stable) public interface CompositeAlarmProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CompositeAlarmProps.Builder
A builder for
CompositeAlarmProps |
static class |
CompositeAlarmProps.Jsii$Proxy
An implementation for
CompositeAlarmProps |
| Modifier and Type | Method and Description |
|---|---|
static CompositeAlarmProps.Builder |
builder() |
default Boolean |
getActionsEnabled()
Whether the actions for this alarm are enabled.
|
default String |
getAlarmDescription()
Description for the alarm.
|
IAlarmRule |
getAlarmRule()
Expression that specifies which other alarms are to be evaluated to determine this composite alarm's state.
|
default String |
getCompositeAlarmName()
Name of the alarm.
|
@Stability(value=Stable) @NotNull IAlarmRule getAlarmRule()
@Stability(value=Stable) @Nullable default Boolean getActionsEnabled()
Default: true
@Stability(value=Stable) @Nullable default String getAlarmDescription()
Default: No description
@Stability(value=Stable) @Nullable default String getCompositeAlarmName()
Default: Automatically generated name
@Stability(value=Stable) static CompositeAlarmProps.Builder builder()
CompositeAlarmProps.Builder of CompositeAlarmPropsCopyright © 2021. All rights reserved.