Table of Contents

Interface INotificationRuleTargetConfig

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 interface INotificationRuleTargetConfig

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

Properties

TargetAddress

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

string TargetAddress { get; }

Property Value

string

TargetType

The target type.

string TargetType { get; }

Property Value

string

Remarks

Can be an Amazon SNS topic or AWS Chatbot client.