Interface CfnResponsePlan.INotificationTargetItemProperty
The Amazon SNS topic that's used by AWS Chatbot to notify the incidents chat channel.
Namespace: Amazon.CDK.AWS.SSMIncidents
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface INotificationTargetItemProperty
Syntax (vb)
Public Interface INotificationTargetItemProperty
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.SSMIncidents;
var notificationTargetItemProperty = new NotificationTargetItemProperty {
SnsTopicArn = "snsTopicArn"
};
Synopsis
Properties
Sns |
The Amazon Resource Name (ARN) of the Amazon SNS topic. |
Properties
SnsTopicArn
The Amazon Resource Name (ARN) of the Amazon SNS topic.
virtual string SnsTopicArn { get; }
Property Value
System.