@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:51.200Z") @Stability(value=Stable) public interface AlarmActionConfig 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.cloudwatch.*;
AlarmActionConfig alarmActionConfig = AlarmActionConfig.builder()
.alarmActionArn("alarmActionArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AlarmActionConfig.Builder
A builder for
AlarmActionConfig |
static class |
AlarmActionConfig.Jsii$Proxy
An implementation for
AlarmActionConfig |
| Modifier and Type | Method and Description |
|---|---|
static AlarmActionConfig.Builder |
builder() |
String |
getAlarmActionArn()
Return the ARN that should be used for a CloudWatch Alarm action.
|
@Stability(value=Stable) @NotNull String getAlarmActionArn()
@Stability(value=Stable) static AlarmActionConfig.Builder builder()
AlarmActionConfig.Builder of AlarmActionConfigCopyright © 2023. All rights reserved.