Show / Hide Table of Contents

Class NotificationRuleReference

A reference to a NotificationRule resource.

Inheritance
object
NotificationRuleReference
Implements
INotificationRuleReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

INotificationRuleReference
Back to top Generated by DocFX