Amazon App Mesh · Schema

ListenerTlsValidationContextTrust

An object that represents a listener's Transport Layer Security (TLS) validation context trust.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
file object
sds object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-listenertlsvalidationcontexttrust-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListenerTlsValidationContextTrust",
  "description": "An object that represents a listener's Transport Layer Security (TLS) validation context trust.",
  "type": "object",
  "properties": {
    "file": {},
    "sds": {}
  }
}