The trigger gets aria-haspopup="menu" and aria-expanded; the list gets role="menu" and each entry role="menuitem". Up/down arrows move between items, Enter or Space runs one, and typeahead — jumping to the item starting with a pressed letter — is common too.
Easy to confuse with a combobox, but the purpose differs. A dropdown menu has no text input at all; each item is closer to an immediate command — "Copy," "Delete." A combobox is a form control where typing filters candidates, aimed at selecting one value rather than running an action.
A checkable menu item (a "Bold" toggle, say) uses role="menuitemcheckbox".