interface NotificationRuleSourceConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeStarNotifications.NotificationRuleSourceConfig |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodestarnotifications#NotificationRuleSourceConfig |
![]() | software.amazon.awscdk.services.codestarnotifications.NotificationRuleSourceConfig |
![]() | aws_cdk.aws_codestarnotifications.NotificationRuleSourceConfig |
![]() | aws-cdk-lib » aws_codestarnotifications » NotificationRuleSourceConfig |
Obtainable from
Project
.bindAsNotificationRuleSource()
, Repository
.bindAsNotificationRuleSource()
, Pipeline
.bindAsNotificationRuleSource()
Information about the Codebuild or CodePipeline associated with a notification source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codestarnotifications as codestarnotifications } from 'aws-cdk-lib';
const notificationRuleSourceConfig: codestarnotifications.NotificationRuleSourceConfig = {
sourceArn: 'sourceArn',
};
Properties
Name | Type | Description |
---|---|---|
source | string | The Amazon Resource Name (ARN) of the notification source. |
sourceArn
Type:
string
The Amazon Resource Name (ARN) of the notification source.