Amazon App Mesh · Schema

TlsValidationContextTrust

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

MicroservicesNetworkingService Mesh

Properties

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

JSON Schema

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