AWS Builder Center: Learn, Build and Connect with builders in the AWS community
AWS Builder Center is the official home for builders on AWS. Share and read what others are working on, follow people who inspire you, explore training and workshops, and find tools to support what you're building.
Hello Uri, This is for executing api once it is deployed but i want to restrict it while creating the resource itself , so basically i am creating an api gateway using cloudfromation template which uses some role so i want using that role only that particular api should be created and read . Please help here Thanks
I am not sure what exactly are you trying to achieve. Are you trying to prevent some users from creating an API? or are you requiring that all APIs include some route? Please elaborate.
Hello Uri, Actually i am trying to create api in a third party aws account using role delegation approach for which i have created a role in third party account which i am using to create a api gateway via cloudformation template. So what i want now is that using that role i would be able to only create/delete/put/get resources that starts with suppose "abc*" so i want to restrict permission of api gateway from all resource to a specific resource type for this role. I hope now its clear for you. Thanks
Hello Uri,
Could you please check and help ?
Thanks
I am not sure if it is possible. All the IAM actions, conditions and resources for API Gateway are listed here and some examples of using it here. I could not find anything that references that path.