Table of Contents

Class NotificationRuleTargetConfig

Namespace
Amazon.CDK.AWS.CodeStarNotifications
Assembly
Amazon.CDK.AWS.CodeStarNotifications.dll

Information about the SNS topic or AWS Chatbot client associated with a notification target.

public class NotificationRuleTargetConfig : INotificationRuleTargetConfig
Inheritance
NotificationRuleTargetConfig
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 notificationRuleTargetConfig = new NotificationRuleTargetConfig {
                TargetAddress = "targetAddress",
                TargetType = "targetType"
            };

Remarks

ExampleMetadata: fixture=_generated

Constructors

NotificationRuleTargetConfig()

public NotificationRuleTargetConfig()

Properties

TargetAddress

The Amazon Resource Name (ARN) of the Amazon SNS topic or AWS Chatbot client.

public string TargetAddress { get; set; }

Property Value

string

TargetType

The target type.

public string TargetType { get; set; }

Property Value

string

Remarks

Can be an Amazon SNS topic or AWS Chatbot client.