Amazon App Mesh · Schema

CreateGatewayRouteInput

MicroservicesNetworkingService Mesh

Properties

Name Type Description
clientToken object
gatewayRouteName object
spec object
tags object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-creategatewayrouteinput-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateGatewayRouteInput",
  "type": "object",
  "properties": {
    "clientToken": {},
    "gatewayRouteName": {},
    "spec": {},
    "tags": {}
  },
  "required": [
    "gatewayRouteName",
    "spec"
  ]
}