Table of Contents

Class CfnNotificationRule.TargetProperty

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 class CfnNotificationRule.TargetProperty : CfnNotificationRule.ITargetProperty
Inheritance
CfnNotificationRule.TargetProperty
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 targetProperty = new TargetProperty {
                 TargetAddress = "targetAddress",
                 TargetType = "targetType"
             };

Remarks

Constructors

TargetProperty()

public TargetProperty()

Properties

TargetAddress

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

public string TargetAddress { get; set; }

Property Value

string

Remarks

TargetType

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

public string TargetType { get; set; }

Property Value

string

Remarks