AWS App Mesh · Schema

TlsValidationContextSdsTrust

An object that represents a 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.

DeprecatedEnvoyMicroservicesNetworkingService Mesh

Properties

Name Type Description
secretName object
View JSON Schema on GitHub

JSON Schema

app-mesh-tls-validation-context-sds-trust-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "secretName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SdsSecretName"
        },
        {
          "description": "A reference to an object that represents the name of the secret for a Transport Layer Security (TLS) Secret Discovery Service validation context trust."
        }
      ]
    }
  },
  "required": [
    "secretName"
  ],
  "description": "An object that represents a 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.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-tls-validation-context-sds-trust-schema.json",
  "title": "TlsValidationContextSdsTrust"
}