@Stability(value=Stable)
public static interface CfnTopicRule.CloudwatchAlarmActionProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRule.CloudwatchAlarmActionProperty.Builder
A builder for
CfnTopicRule.CloudwatchAlarmActionProperty |
static class |
CfnTopicRule.CloudwatchAlarmActionProperty.Jsii$Proxy
An implementation for
CfnTopicRule.CloudwatchAlarmActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRule.CloudwatchAlarmActionProperty.Builder |
builder() |
String |
getAlarmName()
`CfnTopicRule.CloudwatchAlarmActionProperty.AlarmName`.
|
String |
getRoleArn()
`CfnTopicRule.CloudwatchAlarmActionProperty.RoleArn`.
|
String |
getStateReason()
`CfnTopicRule.CloudwatchAlarmActionProperty.StateReason`.
|
String |
getStateValue()
`CfnTopicRule.CloudwatchAlarmActionProperty.StateValue`.
|
@Stability(value=Stable) @NotNull String getAlarmName()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull String getStateReason()
@Stability(value=Stable) @NotNull String getStateValue()
@Stability(value=Stable) static CfnTopicRule.CloudwatchAlarmActionProperty.Builder builder()
Copyright © 2021. All rights reserved.