Class NotificationChannelReference
A reference to a NotificationChannel resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.FMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class NotificationChannelReference : INotificationChannelReference
Syntax (vb)
Public Class NotificationChannelReference Implements INotificationChannelReference
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.Interfaces.FMS;
var notificationChannelReference = new NotificationChannelReference {
SnsTopicArn = "snsTopicArn"
};
Synopsis
Constructors
| NotificationChannelReference() | A reference to a NotificationChannel resource. |
Properties
| SnsTopicArn | The SnsTopicArn of the NotificationChannel resource. |
Constructors
NotificationChannelReference()
A reference to a NotificationChannel resource.
public NotificationChannelReference()
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.Interfaces.FMS;
var notificationChannelReference = new NotificationChannelReference {
SnsTopicArn = "snsTopicArn"
};
Properties
SnsTopicArn
The SnsTopicArn of the NotificationChannel resource.
public string SnsTopicArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated