AWS App Mesh · JSON Structure

App Mesh Logging Format Structure

An object that represents the format for the logs.

Type: object Properties: 2
DeprecatedEnvoyMicroservicesNetworkingService Mesh

LoggingFormat is a JSON Structure definition published by AWS App Mesh, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

json text

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "json": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JsonFormat"
        },
        {
          "description": "<p/>"
        }
      ]
    },
    "text": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TextFormat"
        },
        {
          "description": "<p/>"
        }
      ]
    }
  },
  "description": "An object that represents the format for the logs.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-logging-format-structure.json",
  "name": "LoggingFormat"
}