AWS App Mesh · JSON Structure

App Mesh Tls Validation Context Acm Trust Structure

An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.

Type: object Properties: 1 Required: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

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

Properties

certificateAuthorityArns

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "certificateAuthorityArns": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CertificateAuthorityArns"
        },
        {
          "description": "One or more ACM Amazon Resource Name (ARN)s."
        }
      ]
    }
  },
  "required": [
    "certificateAuthorityArns"
  ],
  "description": "An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.",
  "$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-tls-validation-context-acm-trust-structure.json",
  "name": "TlsValidationContextAcmTrust"
}