interface CfnOrganizationalUnitAssociationProps
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_notifications.CfnOrganizationalUnitAssociationProps | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnotifications#CfnOrganizationalUnitAssociationProps | 
|  Java | software.amazon.awscdk.services.notifications.CfnOrganizationalUnitAssociationProps | 
|  Python | aws_cdk.aws_notifications.CfnOrganizationalUnitAssociationProps | 
|  TypeScript | aws-cdk-lib»aws_notifications»CfnOrganizationalUnitAssociationProps | 
Properties for defining a CfnOrganizationalUnitAssociation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_notifications as notifications } from 'aws-cdk-lib';
const cfnOrganizationalUnitAssociationProps: notifications.CfnOrganizationalUnitAssociationProps = {
  notificationConfigurationArn: 'notificationConfigurationArn',
  organizationalUnitId: 'organizationalUnitId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| notification | string | ARN identifier of the NotificationConfiguration. | 
| organizational | string | The ID of the organizational unit. | 
notificationConfigurationArn
Type:
string
ARN identifier of the NotificationConfiguration.
Example: arn:aws:notifications::123456789012:configuration/a01jes88qxwkbj05xv9c967pgm1
organizationalUnitId
Type:
string
The ID of the organizational unit.
