interface NotificationRuleReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeStarNotifications.NotificationRuleReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodestarnotifications#NotificationRuleReference |
![]() | software.amazon.awscdk.services.codestarnotifications.NotificationRuleReference |
![]() | aws_cdk.aws_codestarnotifications.NotificationRuleReference |
![]() | aws-cdk-lib » aws_codestarnotifications » NotificationRuleReference |
A reference to a NotificationRule resource.
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 notificationRuleReference: codestarnotifications.NotificationRuleReference = {
notificationRuleArn: 'notificationRuleArn',
};
Properties
Name | Type | Description |
---|---|---|
notification | string | The Arn of the NotificationRule resource. |
notificationRuleArn
Type:
string
The Arn of the NotificationRule resource.