Class ManagedNotificationAccountContactAssociationReference
A reference to a ManagedNotificationAccountContactAssociation resource.
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated
ManagedNotificationConfigurationArn
The ManagedNotificationConfigurationArn of the ManagedNotificationAccountContactAssociation resource.
public string ManagedNotificationConfigurationArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated