Amazon App Mesh · Schema

LoggingFormat

An object that represents the format for the logs.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
json object
text object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-loggingformat-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LoggingFormat",
  "description": "An object that represents the format for the logs.",
  "type": "object",
  "properties": {
    "json": {},
    "text": {}
  }
}