Show / Hide Table of Contents

Class ManagedNotificationAccountContactAssociationReference

A reference to a ManagedNotificationAccountContactAssociation resource.

Inheritance
object
ManagedNotificationAccountContactAssociationReference
Implements
IManagedNotificationAccountContactAssociationReference
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.Notifications
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ManagedNotificationAccountContactAssociationReference : IManagedNotificationAccountContactAssociationReference
Syntax (vb)
Public Class ManagedNotificationAccountContactAssociationReference Implements IManagedNotificationAccountContactAssociationReference
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.Notifications;

            var managedNotificationAccountContactAssociationReference = new ManagedNotificationAccountContactAssociationReference {
                ContactIdentifier = "contactIdentifier",
                ManagedNotificationConfigurationArn = "managedNotificationConfigurationArn"
            };

Synopsis

Constructors

ManagedNotificationAccountContactAssociationReference()

A reference to a ManagedNotificationAccountContactAssociation resource.

Properties

ContactIdentifier

The ContactIdentifier of the ManagedNotificationAccountContactAssociation resource.

ManagedNotificationConfigurationArn

The ManagedNotificationConfigurationArn of the ManagedNotificationAccountContactAssociation resource.

Constructors

ManagedNotificationAccountContactAssociationReference()

A reference to a ManagedNotificationAccountContactAssociation resource.

public ManagedNotificationAccountContactAssociationReference()
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.Notifications;

            var managedNotificationAccountContactAssociationReference = new ManagedNotificationAccountContactAssociationReference {
                ContactIdentifier = "contactIdentifier",
                ManagedNotificationConfigurationArn = "managedNotificationConfigurationArn"
            };

Properties

ContactIdentifier

The ContactIdentifier of the ManagedNotificationAccountContactAssociation resource.

public string ContactIdentifier { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

ManagedNotificationConfigurationArn

The ManagedNotificationConfigurationArn of the ManagedNotificationAccountContactAssociation resource.

public string ManagedNotificationConfigurationArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IManagedNotificationAccountContactAssociationReference
Back to top Generated by DocFX