In Struts configuration, each action mapping is uniquely identified by its 'path' attribute (e.g., '/login'), which the ActionServlet uses to route requests. The 'name' attribute refers to the form bean, 'type' specifies the Action class, and 'page' is not a standard action mapping attribute.