Interface INotificationRule

All Superinterfaces:
IConstruct, software.constructs.IConstruct, 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.84.0 (build 5404dcf)", date="2023-06-19T16:29:55.919Z") @Stability(Stable) public interface INotificationRule extends software.amazon.jsii.JsiiSerializable, IResource
Represents a notification rule.
  • Method Details

    • getNotificationRuleArn

      @Stability(Stable) @NotNull String getNotificationRuleArn()
      The ARN of the notification rule (i.e. arn:aws:codestar-notifications:::notificationrule/01234abcde).
    • addTarget

      @Stability(Stable) @NotNull Boolean addTarget(@NotNull INotificationRuleTarget target)
      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