Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestarnotifications-notificationrule-target.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestarnotifications-notificationrule-target.html#cfn-codestarnotifications-notificationrule-target-targetaddress

TargetType

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

string TargetType { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestarnotifications-notificationrule-target.html#cfn-codestarnotifications-notificationrule-target-targettype

    Back to top Generated by DocFX