AWS::Notifications::ManagedNotificationAdditionalChannelAssociationAssociates a `Channel` with a `ManagedNotificationAdditionalChannelAssociation` 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) .
import { CfnManagedNotificationAdditionalChannelAssociation } from 'aws-cdk-lib/aws-notifications';Or use the module namespace:
import * as notifications from 'aws-cdk-lib/aws-notifications';
// notifications.CfnManagedNotificationAdditionalChannelAssociationConfiguration passed to the constructor as CfnManagedNotificationAdditionalChannelAssociationProps.
channelArnRequiredstringThe ARN of the `Channel` .
managedNotificationConfigurationArnRequiredstringThe ARN of the `ManagedNotificationAdditionalChannelAssociation` 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::ManagedNotificationAdditionalChannelAssociation