Interface INotificationRuleTarget
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
INotificationRuleTarget.Jsii$Default,ISlackChannelConfiguration,ISlackChannelConfiguration.Jsii$Default,ITopic,ITopic.Jsii$Default
- All Known Implementing Classes:
INotificationRuleTarget.Jsii$Proxy,ISlackChannelConfiguration.Jsii$Proxy,ITopic.Jsii$Proxy,SlackChannelConfiguration,Topic,TopicBase
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:35.233Z")
@Stability(Stable)
public interface INotificationRuleTarget
extends software.amazon.jsii.JsiiSerializable
Represents a notification target That allows AWS Chatbot and SNS topic to associate with this rule target.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINotificationRuleTarget.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbindAsNotificationRuleTarget(software.constructs.Construct scope) Returns a target configuration for notification rule.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bindAsNotificationRuleTarget
@Stability(Stable) @NotNull NotificationRuleTargetConfig bindAsNotificationRuleTarget(@NotNull software.constructs.Construct scope) Returns a target configuration for notification rule.- Parameters:
scope- This parameter is required.
-