Amazon App Mesh · Schema

GatewayRouteHostnameMatch

An object representing the gateway route host name to match.

MicroservicesNetworkingService Mesh

Properties

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

JSON Schema

amazon-app-mesh-gatewayroutehostnamematch-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GatewayRouteHostnameMatch",
  "description": "An object representing the gateway route host name to match.",
  "type": "object",
  "properties": {
    "exact": {},
    "suffix": {}
  }
}