AWS apigateway documentation change
Summary
Simplified JSON output examples in documentation
Security assessment
Truncated policy examples for brevity without altering security guidance.
Diff
diff --git a/apigateway/latest/developerguide/set-routing-mode.md b/apigateway/latest/developerguide/set-routing-mode.md index 17bf03821..68d833859 100644 --- a//apigateway/latest/developerguide/set-routing-mode.md +++ b//apigateway/latest/developerguide/set-routing-mode.md @@ -87,8 +86,0 @@ The output will look like the following: -JSON - -JSON - - -**** - - @@ -110 +102 @@ JSON - "policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":\"*\",\"Action\":\"execute-api:Invoke\",\"Resource\":\"execute-api:\/*\"},{\"Effect\":\"Deny\",\"Principal\":\"*\",\"Action\":\"execute-api:Invoke\",\"Resource\":\""execute-api:\/*\",\"Condition\":{\"StringNotEquals\":{\"aws:SourceVpce\":\"vpce-abcd1234efg\"}}}]}", + "policy": "...",