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.104.0 (build e79254c)",
date="2024-11-21T06:34:05.467Z")
@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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forINotificationRuleTarget
.static final class
A 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.
-