Amazon App Mesh · Schema

VirtualGatewayTlsValidationContextSdsTrust

An object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
secretName object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-virtualgatewaytlsvalidationcontextsdstrust-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualGatewayTlsValidationContextSdsTrust",
  "description": "An object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/tls.html\">TLS documentation</a> for more info.",
  "type": "object",
  "properties": {
    "secretName": {}
  },
  "required": [
    "secretName"
  ]
}