@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-08T20:48:11.809Z") @Stability(value=Stable) public interface INotificationRule extends software.amazon.jsii.JsiiSerializable, IResource
Modifier and Type | Interface and Description |
---|---|
static interface |
INotificationRule.Jsii$Default
Internal default implementation for
INotificationRule . |
static class |
INotificationRule.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
addTarget(INotificationRuleTarget target)
Adds target to notification rule.
|
String |
getNotificationRuleArn()
The ARN of the notification rule (i.e.
|
applyRemovalPolicy, getEnv, getStack
@Stability(value=Stable) @NotNull String getNotificationRuleArn()
@Stability(value=Stable) @NotNull Boolean addTarget(@NotNull INotificationRuleTarget target)
target
- The SNS topic or AWS Chatbot Slack target. This parameter is required.Copyright © 2022. All rights reserved.