Amazon VPC · JSON Structure

Amazon Vpc Create Route Table Response Structure

Response from the CreateRouteTable action

Type: object Properties: 0
NetworkingPrivate CloudSecuritySubnetsVPC

CreateRouteTableResponse is a JSON Structure definition published by Amazon VPC.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "CreateRouteTableResponse",
  "description": "Response from the CreateRouteTable action",
  "type": "object",
  "properties": [
    {
      "name": "routeTable",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}