I have an API Gateway with an API configured that requires an API Key. Now my question is, among all the get/post resources there are, can I make that for a specific API Key, this key won't be able to connect to some of them?
I know I could check it at the level code, but I would like to know if Amazon includes any option.