AWS Security ChangesHomeSearch

AWS apigateway documentation change

Service: apigateway · 2025-08-13 · Documentation low

File: apigateway/latest/developerguide/how-to-set-up-method-using-console.md

Summary

Added concrete ARN example in IAM policy documentation

Security assessment

Clarifies documentation with specific ARN format but does not affect security controls.

Diff

diff --git a/apigateway/latest/developerguide/how-to-set-up-method-using-console.md b/apigateway/latest/developerguide/how-to-set-up-method-using-console.md
index 4a8d6bfdd..d765b7804 100644
--- a//apigateway/latest/developerguide/how-to-set-up-method-using-console.md
+++ b//apigateway/latest/developerguide/how-to-set-up-method-using-console.md
@@ -60 +60 @@ JSON
-In this access policy, `resource-statement` is the ARN of your method. You can find the ARN of your method by selecting the method on the **Resources** page. For more information about setting the IAM permissions, see [Control access to a REST API with IAM permissions](./permissions.html). 
+In this access policy, ``arn:aws:execute-api:`us-east-1`:`111111111111`:aaabbb/*/GET/`` is the ARN of your method. You can find the ARN of your method by selecting the method on the **Resources** page. For more information about setting the IAM permissions, see [Control access to a REST API with IAM permissions](./permissions.html).