Amazon App Mesh · Schema

ListenerTls

An object that represents the Transport Layer Security (TLS) properties for a listener.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
certificate object
mode object
validation object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-listenertls-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListenerTls",
  "description": "An object that represents the Transport Layer Security (TLS) properties for a listener.",
  "type": "object",
  "properties": {
    "certificate": {},
    "mode": {},
    "validation": {}
  },
  "required": [
    "certificate",
    "mode"
  ]
}