Show / Hide Table of Contents

Interface INotificationRuleSourceConfig

Information about the Codebuild or CodePipeline associated with a notification source.

Namespace: Amazon.CDK.AWS.CodeStarNotifications
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface INotificationRuleSourceConfig
Syntax (vb)
Public Interface INotificationRuleSourceConfig
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 notificationRuleSourceConfig = new NotificationRuleSourceConfig {
                SourceArn = "sourceArn"
            };

Synopsis

Properties

SourceArn

The Amazon Resource Name (ARN) of the notification source.

Properties

SourceArn

The Amazon Resource Name (ARN) of the notification source.

string SourceArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX