Show / Hide Table of Contents

Class NotificationChannelReference

A reference to a NotificationChannel resource.

Inheritance
object
NotificationChannelReference
Implements
INotificationChannelReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

INotificationChannelReference
Back to top Generated by DocFX