interface INotificationRuleSource
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CodeStarNotifications.INotificationRuleSource |
Java | software.amazon.awscdk.services.codestarnotifications.INotificationRuleSource |
Python | aws_cdk.aws_codestarnotifications.INotificationRuleSource |
TypeScript (source) | @aws-cdk/aws-codestarnotifications » INotificationRuleSource |
Implemented by
Pipeline, Project, Repository, Pipeline
Represents a notification source The source that allows CodeBuild and CodePipeline to associate with this rule.
Methods
| Name | Description |
|---|---|
| bind | Returns a source configuration for notification rule. |
bindAsNotificationRuleSource(scope)
public bindAsNotificationRuleSource(scope: Construct): NotificationRuleSourceConfig
Parameters
- scope
Construct
Returns
Returns a source configuration for notification rule.

.NET
Java
Python
TypeScript (