Interface INotificationRuleSource
Represents a notification source The source that allows CodeBuild and CodePipeline to associate with this rule.
Namespace: Amazon.CDK.AWS.CodeStarNotifications
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface INotificationRuleSource
Syntax (vb)
Public Interface INotificationRuleSource
Synopsis
Methods
BindAsNotificationRuleSource(Construct) | Returns a source configuration for notification rule. |
Methods
BindAsNotificationRuleSource(Construct)
Returns a source configuration for notification rule.
INotificationRuleSourceConfig BindAsNotificationRuleSource(Construct scope)
Parameters
- scope Constructs.Construct
Returns