Amazon App Mesh · Schema

VirtualGatewaySpec

An object that represents the specification of a service mesh resource.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
backendDefaults object
listeners object
logging object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-virtualgatewayspec-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualGatewaySpec",
  "description": "An object that represents the specification of a service mesh resource.",
  "type": "object",
  "properties": {
    "backendDefaults": {},
    "listeners": {},
    "logging": {
      "$ref": "#/definitions/VirtualGatewayLogging"
    }
  },
  "required": [
    "listeners"
  ]
}