Interface INotificationRuleSourceConfig
- Namespace
- Amazon.CDK.AWS.CodeStarNotifications
- Assembly
- Amazon.CDK.AWS.CodeStarNotifications.dll
Information about the Codebuild or CodePipeline associated with a notification source.
public interface INotificationRuleSourceConfig
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
Properties
SourceArn
The Amazon Resource Name (ARN) of the notification source.
string SourceArn { get; }