Values.AssociateOrganizationalUnitRequestSourceAssociates an organizational unit with a notification configuration.
type nonrec t = {organizationalUnitId : OrganizationalUnitId.t;The unique identifier of the organizational unit to associate.
*)notificationConfigurationArn : NotificationConfigurationArn.t;The Amazon Resource Name (ARN) of the notification configuration to associate with the organizational unit.
*)}val make :
organizationalUnitId:OrganizationalUnitId.t ->
notificationConfigurationArn:NotificationConfigurationArn.t ->
unit ->
t