Amazon App Mesh · Schema

HttpPathMatch

An object representing the path to match in the request.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
exact object
regex object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-httppathmatch-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "HttpPathMatch",
  "description": "An object representing the path to match in the request.",
  "type": "object",
  "properties": {
    "exact": {},
    "regex": {}
  }
}