Interface INotificationRuleTarget
Represents a notification target That allows AWS Chatbot and SNS topic to associate with this rule target.
Namespace: Amazon.CDK.AWS.CodeStarNotifications
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface INotificationRuleTarget
Syntax (vb)
Public Interface INotificationRuleTarget
Synopsis
Methods
BindAsNotificationRuleTarget(Construct) | Returns a target configuration for notification rule. |
Methods
BindAsNotificationRuleTarget(Construct)
Returns a target configuration for notification rule.
INotificationRuleTargetConfig BindAsNotificationRuleTarget(Construct scope)
Parameters
- scope Constructs.Construct
Returns