Amazon App Mesh · Schema

GrpcGatewayRouteMetadata

An object representing the metadata of the gateway route.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
invert object
match object
name object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-grpcgatewayroutemetadata-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GrpcGatewayRouteMetadata",
  "description": "An object representing the metadata of the gateway route.",
  "type": "object",
  "properties": {
    "invert": {},
    "match": {},
    "name": {}
  },
  "required": [
    "name"
  ]
}