AWS Fundamentals Logo
AWS Fundamentals
AWS::Notifications::ManagedNotificationAdditionalChannelAssociation

Notifications ManagedNotificationAdditionalChannelAssociation

Resource Type definition for AWS::Notifications::ManagedNotificationAdditionalChannelAssociation

Properties

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

Filter:
PropertyTypeFlags
ChannelArn
string
RequiredCreate-only
ManagedNotificationConfigurationArn
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::ManagedNotificationAdditionalChannelAssociation

Resources:
  MyResource:
    Type: AWS::Notifications::ManagedNotificationAdditionalChannelAssociation
    Properties:
      ChannelArn: "arn:aws:service:region:account:resource"
      ManagedNotificationConfigurationArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

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

create

notifications:AssociateManagedNotificationAdditionalChannelnotifications:ListManagedNotificationChannelAssociations

delete

notifications:DisassociateManagedNotificationAdditionalChannelnotifications:ListManagedNotificationChannelAssociations

list

notifications:ListManagedNotificationChannelAssociations

read

notifications:ListManagedNotificationChannelAssociations

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 IDChannelArn

Supported Operations

CreateDeleteListRead

Immutable After Creation

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

ChannelArnManagedNotificationConfigurationArn

External Links