AWS Fundamentals Logo
AWS Fundamentals
AWS::Notifications::ManagedNotificationAccountContactAssociation

Notifications ManagedNotificationAccountContactAssociation

Resource Type definition for ManagedNotificationAccountContactAssociation

Properties

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

Filter:
PropertyTypeFlags
ContactIdentifier
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::ManagedNotificationAccountContactAssociation

Resources:
  MyResource:
    Type: AWS::Notifications::ManagedNotificationAccountContactAssociation
    Properties:
      ContactIdentifier: "my-contactidentifier"
      ManagedNotificationConfigurationArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

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

create

notifications:AssociateManagedNotificationAccountContactnotifications:ListManagedNotificationChannelAssociations

read

notifications:ListManagedNotificationChannelAssociations

update

notifications:ListManagedNotificationChannelAssociations

delete

notifications:DisassociateManagedNotificationAccountContactnotifications:ListManagedNotificationChannelAssociations

list

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 IDManagedNotificationConfigurationArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ManagedNotificationConfigurationArnContactIdentifier

External Links