AWS App Mesh · JSON Structure

App Mesh Virtual Gateway Client Policy Structure

An object that represents a client policy.

Type: object Properties: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

VirtualGatewayClientPolicy 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

tls

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "tls": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VirtualGatewayClientPolicyTls"
        },
        {
          "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-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-virtual-gateway-client-policy-structure.json",
  "name": "VirtualGatewayClientPolicy"
}