AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Notifications::ManagedNotificationAccountContactAssociation

CfnManagedNotificationAccountContactAssociation

Associates 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

import { CfnManagedNotificationAccountContactAssociation } from 'aws-cdk-lib/aws-notifications';

Or use the module namespace:

import * as notifications from 'aws-cdk-lib/aws-notifications';
// notifications.CfnManagedNotificationAccountContactAssociation

Properties

Configuration passed to the constructor as CfnManagedNotificationAccountContactAssociationProps.

contactIdentifierRequired
string

The 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) .

managedNotificationConfigurationArnRequired
string

The ARN of the `ManagedNotificationConfiguration` to be associated with the `Channel` .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-notifications
CFN TypeAWS::Notifications::ManagedNotificationAccountContactAssociation
Properties2

External Links