Amazon App Mesh · Schema

TlsValidationContextAcmTrust

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

MicroservicesNetworkingService Mesh

Properties

Name Type Description
certificateAuthorityArns object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-tlsvalidationcontextacmtrust-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TlsValidationContextAcmTrust",
  "description": "An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.",
  "type": "object",
  "properties": {
    "certificateAuthorityArns": {}
  },
  "required": [
    "certificateAuthorityArns"
  ]
}