An object that represents a client policy.
{ "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" }