AWS Fundamentals Logo
AWS Fundamentals
AWS::Notifications::OrganizationalUnitAssociation

Notifications OrganizationalUnitAssociation

Resource Type definition for AWS::Notifications::OrganizationalUnitAssociation

Properties

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

Filter:
PropertyTypeFlags
NotificationConfigurationArn
string
RequiredCreate-only
OrganizationalUnitId
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::OrganizationalUnitAssociation

Resources:
  MyResource:
    Type: AWS::Notifications::OrganizationalUnitAssociation
    Properties:
      NotificationConfigurationArn: "arn:aws:service:region:account:resource"
      OrganizationalUnitId: "my-organizationalunitid"

Required IAM Permissions

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

create

notifications:AssociateOrganizationalUnitnotifications:GetNotificationConfigurationnotifications:ListOrganizationalUnits

read

notifications:ListOrganizationalUnits

delete

notifications:DisassociateOrganizationalUnitnotifications:ListOrganizationalUnits

list

notifications:ListOrganizationalUnits

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 IDNotificationConfigurationArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

NotificationConfigurationArnOrganizationalUnitId

External Links