AWS::Notifications::ManagedNotificationAccountContactAssociationAssociates an Account Management Contact with a `ManagedNotificationConfiguration` for AWS User Notifications . For more information about AWS User Notifications , see the [AWS User Notifications User Guide](https://docs.aws.amazon.com/notifications/latest/userguide/what-is-service.html) . For more information about Account Management Contacts, see the [Account Management Reference Guide](https://docs.aws.amazon.com/accounts/latest/reference/API_AlternateContact.html) .
import { CfnManagedNotificationAccountContactAssociation } from 'aws-cdk-lib/aws-notifications';Or use the module namespace:
import * as notifications from 'aws-cdk-lib/aws-notifications';
// notifications.CfnManagedNotificationAccountContactAssociationConfiguration passed to the constructor as CfnManagedNotificationAccountContactAssociationProps.
contactIdentifierRequiredstringThe unique identifier of the notification contact associated with the AWS account. For more information about the contact types associated with an account, see the [Account Management Reference Guide](https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-alternate.html#manage-acct-update-contact-alternate-orgs) .
managedNotificationConfigurationArnRequiredstringThe ARN of the `ManagedNotificationConfiguration` to be associated with the `Channel` .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-notificationsAWS::Notifications::ManagedNotificationAccountContactAssociation