Amazon App Mesh · Schema

ClientPolicyTls

A reference to an object that represents a Transport Layer Security (TLS) client policy.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
certificate object
enforce object
ports object
validation object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-clientpolicytls-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ClientPolicyTls",
  "description": "A reference to an object that represents a Transport Layer Security (TLS) client policy.",
  "type": "object",
  "properties": {
    "certificate": {},
    "enforce": {},
    "ports": {},
    "validation": {}
  },
  "required": [
    "validation"
  ]
}