

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::Notifications::OrganizationalUnitAssociation
<a name="aws-resource-notifications-organizationalunitassociation"></a>

<a name="aws-resource-notifications-organizationalunitassociation-description"></a>The `AWS::Notifications::OrganizationalUnitAssociation` resource Property description not available. for Notifications.

## Syntax
<a name="aws-resource-notifications-organizationalunitassociation-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-notifications-organizationalunitassociation-syntax.json"></a>

```
{
  "Type" : "AWS::Notifications::OrganizationalUnitAssociation",
  "Properties" : {
      "[NotificationConfigurationArn](#cfn-notifications-organizationalunitassociation-notificationconfigurationarn)" : {{String}},
      "[OrganizationalUnitId](#cfn-notifications-organizationalunitassociation-organizationalunitid)" : {{String}}
    }
}
```

### YAML
<a name="aws-resource-notifications-organizationalunitassociation-syntax.yaml"></a>

```
Type: AWS::Notifications::OrganizationalUnitAssociation
Properties:
  [NotificationConfigurationArn](#cfn-notifications-organizationalunitassociation-notificationconfigurationarn): {{String}}
  [OrganizationalUnitId](#cfn-notifications-organizationalunitassociation-organizationalunitid): {{String}}
```

## Properties
<a name="aws-resource-notifications-organizationalunitassociation-properties"></a>

`NotificationConfigurationArn`  <a name="cfn-notifications-organizationalunitassociation-notificationconfigurationarn"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^arn:[a-z-]{3,10}:notifications::[0-9]{12}:configuration/[a-z0-9]{27}$`  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`OrganizationalUnitId`  <a name="cfn-notifications-organizationalunitassociation-organizationalunitid"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^(r-[0-9a-z]{4,32})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$`  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

## Return values
<a name="aws-resource-notifications-organizationalunitassociation-return-values"></a>

### Ref
<a name="aws-resource-notifications-organizationalunitassociation-return-values-ref"></a>