AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Notifications::ChannelAssociation

CfnChannelAssociation

The `AWS::Notifications::ChannelAssociation` resource associates a `Channel` with a `NotificationConfiguration` 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 { CfnChannelAssociation } from 'aws-cdk-lib/aws-notifications';

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnChannelAssociationProps.

arnRequired
string

The Amazon Resource Name (ARN) of the `Channel` .

notificationConfigurationArnRequired
string

The ARN of the `NotificationConfiguration` 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