AWS App Mesh · Schema

ClientPolicy

An object that represents a client policy.

DeprecatedEnvoyMicroservicesNetworkingService Mesh

Properties

Name Type Description
tls object
View JSON Schema on GitHub

JSON Schema

app-mesh-client-policy-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "tls": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientPolicyTls"
        },
        {
          "description": "A reference to an object that represents a Transport Layer Security (TLS) client policy."
        }
      ]
    }
  },
  "description": "An object that represents a client policy.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-client-policy-schema.json",
  "title": "ClientPolicy"
}