Amazon App Mesh · Schema

VirtualGatewayData

An object that represents a virtual gateway returned by a describe operation.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
meshName object
metadata object
spec object
status object
virtualGatewayName object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-virtualgatewaydata-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualGatewayData",
  "description": "An object that represents a virtual gateway returned by a describe operation.",
  "type": "object",
  "properties": {
    "meshName": {},
    "metadata": {
      "$ref": "#/definitions/ResourceMetadata"
    },
    "spec": {},
    "status": {},
    "virtualGatewayName": {}
  },
  "required": [
    "meshName",
    "metadata",
    "spec",
    "status",
    "virtualGatewayName"
  ]
}