Class NotificationRuleSourceConfig
- Namespace
- Amazon.CDK.AWS.CodeStarNotifications
- Assembly
- Amazon.CDK.AWS.CodeStarNotifications.dll
Information about the Codebuild or CodePipeline associated with a notification source.
public class NotificationRuleSourceConfig : INotificationRuleSourceConfig
- Inheritance
-
NotificationRuleSourceConfig
- Implements
- Inherited Members
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 notificationRuleSourceConfig = new NotificationRuleSourceConfig {
SourceArn = "sourceArn"
};
Remarks
ExampleMetadata: fixture=_generated
Constructors
NotificationRuleSourceConfig()
public NotificationRuleSourceConfig()
Properties
SourceArn
The Amazon Resource Name (ARN) of the notification source.
public string SourceArn { get; set; }