@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.274Z") @Stability(value=Stable) public interface CfnCompositeAlarmProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCompositeAlarmProps.Builder
A builder for
CfnCompositeAlarmProps |
static class |
CfnCompositeAlarmProps.Jsii$Proxy
An implementation for
CfnCompositeAlarmProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnCompositeAlarmProps.Builder |
builder() |
default Object |
getActionsEnabled()
`AWS::CloudWatch::CompositeAlarm.ActionsEnabled`.
|
default List<String> |
getAlarmActions()
`AWS::CloudWatch::CompositeAlarm.AlarmActions`.
|
default String |
getAlarmDescription()
`AWS::CloudWatch::CompositeAlarm.AlarmDescription`.
|
String |
getAlarmName()
`AWS::CloudWatch::CompositeAlarm.AlarmName`.
|
String |
getAlarmRule()
`AWS::CloudWatch::CompositeAlarm.AlarmRule`.
|
default List<String> |
getInsufficientDataActions()
`AWS::CloudWatch::CompositeAlarm.InsufficientDataActions`.
|
default List<String> |
getOkActions()
`AWS::CloudWatch::CompositeAlarm.OKActions`.
|
@Stability(value=Stable) @NotNull String getAlarmName()
@Stability(value=Stable) @NotNull String getAlarmRule()
@Stability(value=Stable) @Nullable default Object getActionsEnabled()
@Stability(value=Stable) @Nullable default List<String> getAlarmActions()
@Stability(value=Stable) @Nullable default String getAlarmDescription()
@Stability(value=Stable) @Nullable default List<String> getInsufficientDataActions()
@Stability(value=Stable) @Nullable default List<String> getOkActions()
@Stability(value=Stable) static CfnCompositeAlarmProps.Builder builder()
CfnCompositeAlarmProps.Builder of CfnCompositeAlarmPropsCopyright © 2021. All rights reserved.