interface ManagedNotificationAccountContactAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_notifications.ManagedNotificationAccountContactAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnotifications#ManagedNotificationAccountContactAssociationReference |
![]() | software.amazon.awscdk.services.notifications.ManagedNotificationAccountContactAssociationReference |
![]() | aws_cdk.aws_notifications.ManagedNotificationAccountContactAssociationReference |
![]() | aws-cdk-lib » aws_notifications » ManagedNotificationAccountContactAssociationReference |
A reference to a ManagedNotificationAccountContactAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_notifications as notifications } from 'aws-cdk-lib';
const managedNotificationAccountContactAssociationReference: notifications.ManagedNotificationAccountContactAssociationReference = {
contactIdentifier: 'contactIdentifier',
managedNotificationConfigurationArn: 'managedNotificationConfigurationArn',
};
Properties
Name | Type | Description |
---|---|---|
contact | string | The ContactIdentifier of the ManagedNotificationAccountContactAssociation resource. |
managed | string | The ManagedNotificationConfigurationArn of the ManagedNotificationAccountContactAssociation resource. |
contactIdentifier
Type:
string
The ContactIdentifier of the ManagedNotificationAccountContactAssociation resource.
managedNotificationConfigurationArn
Type:
string
The ManagedNotificationConfigurationArn of the ManagedNotificationAccountContactAssociation resource.