aws-cdk-lib.aws_codestarnotifications.INotificationRuleSource

interface INotificationRuleSource

LanguageType name
.NETAmazon.CDK.AWS.CodeStarNotifications.INotificationRuleSource
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodestarnotifications#INotificationRuleSource
Javasoftware.amazon.awscdk.services.codestarnotifications.INotificationRuleSource
Pythonaws_cdk.aws_codestarnotifications.INotificationRuleSource
TypeScript (source)aws-cdk-lib » aws_codestarnotifications » INotificationRuleSource

Implemented by PipelineProject, Project, Repository, Pipeline

Represents a notification source The source that allows CodeBuild and CodePipeline to associate with this rule.

Methods

NameDescription
bindAsNotificationRuleSource(scope)Returns a source configuration for notification rule.

bindAsNotificationRuleSource(scope)

public bindAsNotificationRuleSource(scope: Construct): NotificationRuleSourceConfig

Parameters

  • scope Construct

Returns

  • NotificationRuleSourceConfig

Returns a source configuration for notification rule.