Class NotificationRuleReference
A reference to a NotificationRule resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CodeStarNotifications
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class NotificationRuleReference : INotificationRuleReference
Syntax (vb)
Public Class NotificationRuleReference Implements INotificationRuleReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodeStarNotifications;
var notificationRuleReference = new NotificationRuleReference {
NotificationRuleArn = "notificationRuleArn"
};
Synopsis
Constructors
NotificationRuleReference() | A reference to a NotificationRule resource. |
Properties
NotificationRuleArn | The Arn of the NotificationRule resource. |
Constructors
NotificationRuleReference()
A reference to a NotificationRule resource.
public NotificationRuleReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodeStarNotifications;
var notificationRuleReference = new NotificationRuleReference {
NotificationRuleArn = "notificationRuleArn"
};
Properties
NotificationRuleArn
The Arn of the NotificationRule resource.
public string NotificationRuleArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated