@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.826Z") @Stability(value=Stable) public interface Alarms extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.autoscaling.common.*;
Alarms alarms = Alarms.builder()
.lowerAlarmIntervalIndex(123)
.upperAlarmIntervalIndex(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
Alarms.Builder
A builder for
Alarms |
static class |
Alarms.Jsii$Proxy
An implementation for
Alarms |
| Modifier and Type | Method and Description |
|---|---|
static Alarms.Builder |
builder() |
default Number |
getLowerAlarmIntervalIndex() |
default Number |
getUpperAlarmIntervalIndex() |
@Stability(value=Stable) @Nullable default Number getLowerAlarmIntervalIndex()
@Stability(value=Stable) @Nullable default Number getUpperAlarmIntervalIndex()
@Stability(value=Stable) static Alarms.Builder builder()
Alarms.Builder of AlarmsCopyright © 2022. All rights reserved.