Amazon App Mesh · Schema

GrpcRouteMetadataMatchMethod

An object that represents the match method. Specify one of the match values.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
exact object
prefix object
range object
regex object
suffix object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-grpcroutemetadatamatchmethod-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GrpcRouteMetadataMatchMethod",
  "description": "An object that represents the match method. Specify one of the match values.",
  "type": "object",
  "properties": {
    "exact": {},
    "prefix": {},
    "range": {},
    "regex": {},
    "suffix": {}
  }
}