AWS App Mesh · JSON Structure

App Mesh Backend Defaults Structure

An object that represents the default properties for a backend.

Type: object Properties: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

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

Properties

clientPolicy

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "clientPolicy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientPolicy"
        },
        {
          "description": "A reference to an object that represents a client policy."
        }
      ]
    }
  },
  "description": "An object that represents the default properties for a backend.",
  "$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-backend-defaults-structure.json",
  "name": "BackendDefaults"
}