AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Notifications::ManagedNotificationAdditionalChannelAssociation

CfnManagedNotificationAdditionalChannelAssociation

Associates 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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnManagedNotificationAdditionalChannelAssociationProps.

channelArnRequired
string

The ARN of the `Channel` .

managedNotificationConfigurationArnRequired
string

The ARN of the `ManagedNotificationAdditionalChannelAssociation` 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::ManagedNotificationAdditionalChannelAssociation
Properties2

External Links