Amazon App Mesh · Schema

VirtualGatewayTlsValidationContextTrust

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-virtualgatewaytlsvalidationcontexttrust-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualGatewayTlsValidationContextTrust",
  "description": "An object that represents a Transport Layer Security (TLS) validation context trust.",
  "type": "object",
  "properties": {
    "acm": {},
    "file": {},
    "sds": {}
  }
}