Amazon VPC · Schema

CreateRouteTableResponse

Response from the CreateRouteTable action

NetworkingPrivate CloudSecuritySubnetsVPC

Properties

Name Type Description
routeTable object
View JSON Schema on GitHub

JSON Schema

amazon-vpc-create-route-table-response-schema.json Raw ↑
{
  "type": "object",
  "description": "Response from the CreateRouteTable action",
  "properties": {
    "routeTable": {
      "$ref": "#/components/schemas/RouteTable"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateRouteTableResponse"
}