AWS Fundamentals Logo
AWS Fundamentals
AWS::Notifications::ChannelAssociation

Notifications ChannelAssociation

Resource Type definition for AWS::Notifications::ChannelAssociation

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Arn
string
RequiredCreate-only
NotificationConfigurationArn
string
RequiredCreate-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Notifications::ChannelAssociation

Resources:
  MyResource:
    Type: AWS::Notifications::ChannelAssociation
    Properties:
      Arn: "arn:aws:service:region:account:resource"
      NotificationConfigurationArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

notifications:AssociateChannelnotifications:ListChannels

delete

notifications:DisassociateChannel

list

notifications:ListChannels

read

notifications:ListChannels

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

ServiceNotifications
Properties2
Required2
TaggingNot supported
Primary IDArn

Supported Operations

CreateDeleteListRead

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ArnNotificationConfigurationArn

External Links