Table of Contents

Interface CfnNotificationRule.ITargetProperty

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

Information about the AWS Chatbot topics or AWS Chatbot clients associated with a notification rule.

public interface CfnNotificationRule.ITargetProperty

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 targetProperty = new TargetProperty {
                 TargetAddress = "targetAddress",
                 TargetType = "targetType"
             };

Remarks

Properties

TargetAddress

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

string TargetAddress { get; }

Property Value

string

Remarks

TargetType

The target type. Can be an Amazon Simple Notification Service topic or AWS Chatbot client.

string TargetType { get; }

Property Value

string

Remarks