File size: 252 Bytes
643c00a
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
**To get information about a resource**

Command::

  aws apigateway get-resource --rest-api-id 1234123412 --resource-id zwo0y3

Output::

  {
      "path": "/path", 
      "pathPart": "path", 
      "id": "zwo0y3", 
      "parentId": "uyokt6ij2g"
  }