Amazon App Mesh · Schema

VirtualGatewayLogging

An object that represents logging information.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
accessLog object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-virtualgatewaylogging-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualGatewayLogging",
  "description": "An object that represents logging information.",
  "type": "object",
  "properties": {
    "accessLog": {}
  }
}