interface NotificationRuleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.CodeStarNotifications.NotificationRuleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscodestarnotifications#NotificationRuleReference |
Java | software.amazon.awscdk.interfaces.codestarnotifications.NotificationRuleReference |
Python | aws_cdk.interfaces.aws_codestarnotifications.NotificationRuleReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_codestarnotifications } from 'aws-cdk-lib/interfaces';
const notificationRuleReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript