Interface INotificationRule
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
INotificationRule.Jsii$Default
- All Known Implementing Classes:
INotificationRule.Jsii$Proxy
,NotificationRule
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-17T21:37:28.388Z")
@Stability(Stable)
public interface INotificationRule
extends software.amazon.jsii.JsiiSerializable, IResource
Represents a notification rule.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forINotificationRule
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionaddTarget
(INotificationRuleTarget target) Adds target to notification rule.The ARN of the notification rule (i.e.Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNotificationRuleArn
The ARN of the notification rule (i.e. arn:aws:codestar-notifications:::notificationrule/01234abcde). -
addTarget
Adds target to notification rule.- Parameters:
target
- The SNS topic or AWS Chatbot Slack target. This parameter is required.- Returns:
- boolean - return true if it had any effect
-