Amazon App Mesh · Schema

HttpGatewayRoutePrefixRewrite

An object representing the beginning characters of the route to rewrite.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
defaultPrefix object
value object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-httpgatewayrouteprefixrewrite-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "HttpGatewayRoutePrefixRewrite",
  "description": "An object representing the beginning characters of the route to rewrite.",
  "type": "object",
  "properties": {
    "defaultPrefix": {},
    "value": {}
  }
}