AWS App Mesh · JSON Structure

App Mesh Listener Tls Validation Context Structure

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

Type: object Properties: 2 Required: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

ListenerTlsValidationContext is a JSON Structure definition published by AWS App Mesh, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

subjectAlternativeNames trust

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "subjectAlternativeNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SubjectAlternativeNames"
        },
        {
          "description": "A reference to an object that represents the SANs for a listener's Transport Layer Security (TLS) validation context."
        }
      ]
    },
    "trust": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListenerTlsValidationContextTrust"
        },
        {
          "description": "A reference to where to retrieve the trust chain when validating a peer\u2019s Transport Layer Security (TLS) certificate."
        }
      ]
    }
  },
  "required": [
    "trust"
  ],
  "description": "An object that represents a listener's Transport Layer Security (TLS) validation context.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-listener-tls-validation-context-structure.json",
  "name": "ListenerTlsValidationContext"
}