Interface CfnNotificationRule.ITargetProperty
Information about the topics or clients associated with a notification rule.
Namespace: Amazon.CDK.AWS.CodeStarNotifications
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnNotificationRule.ITargetProperty
Syntax (vb)
Public Interface CfnNotificationRule.ITargetProperty
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 targetProperty = new TargetProperty {
TargetAddress = "targetAddress",
TargetType = "targetType"
};
Synopsis
Properties
TargetAddress | The Amazon Resource Name (ARN) of the topic or client. |
TargetType | The target type. Can be an Amazon Simple Notification Service topic or client. |
Properties
TargetAddress
The Amazon Resource Name (ARN) of the topic or client.
string TargetAddress { get; }
Property Value
Remarks
TargetType
The target type. Can be an Amazon Simple Notification Service topic or client.
string TargetType { get; }