Uses of Interface
software.amazon.awscdk.services.codestarnotifications.INotificationRuleSource
Packages that use INotificationRuleSource
Package
Description
AWS CodeBuild Construct Library
AWS CodeCommit Construct Library
AWS CodePipeline Construct Library
AWS CodeStarNotifications Construct Library
-
Uses of INotificationRuleSource in software.amazon.awscdk.services.codebuild
Subinterfaces of INotificationRuleSource in software.amazon.awscdk.services.codebuildModifier and TypeInterfaceDescriptioninterface
static interface
Internal default implementation forIProject
.Classes in software.amazon.awscdk.services.codebuild that implement INotificationRuleSourceModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
A convenience class for CodeBuild Projects that are used in CodePipeline.class
A representation of a CodeBuild Project. -
Uses of INotificationRuleSource in software.amazon.awscdk.services.codecommit
Subinterfaces of INotificationRuleSource in software.amazon.awscdk.services.codecommitModifier and TypeInterfaceDescriptioninterface
static interface
Internal default implementation forIRepository
.Classes in software.amazon.awscdk.services.codecommit that implement INotificationRuleSourceModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Provides a CodeCommit Repository. -
Uses of INotificationRuleSource in software.amazon.awscdk.services.codepipeline
Subinterfaces of INotificationRuleSource in software.amazon.awscdk.services.codepipelineModifier and TypeInterfaceDescriptioninterface
The abstract view of an AWS CodePipeline as required and used by Actions.static interface
Internal default implementation forIPipeline
.Classes in software.amazon.awscdk.services.codepipeline that implement INotificationRuleSourceModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
An AWS CodePipeline pipeline with its associated IAM role and S3 bucket. -
Uses of INotificationRuleSource in software.amazon.awscdk.services.codestarnotifications
Subinterfaces of INotificationRuleSource in software.amazon.awscdk.services.codestarnotificationsModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forINotificationRuleSource
.Classes in software.amazon.awscdk.services.codestarnotifications that implement INotificationRuleSourceModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.codestarnotifications that return INotificationRuleSourceModifier and TypeMethodDescriptionNotificationRuleProps.getSource()
The Amazon Resource Name (ARN) of the resource to associate with the notification rule.final INotificationRuleSource
NotificationRuleProps.Jsii$Proxy.getSource()
Methods in software.amazon.awscdk.services.codestarnotifications with parameters of type INotificationRuleSourceModifier and TypeMethodDescriptionNotificationRule.Builder.source
(INotificationRuleSource source) The Amazon Resource Name (ARN) of the resource to associate with the notification rule.NotificationRuleProps.Builder.source
(INotificationRuleSource source) Sets the value ofNotificationRuleProps.getSource()