AWS App Mesh · JSON Structure

App Mesh Listener Tls Acm Certificate Structure

An object that represents an Certificate Manager certificate.

Type: object Properties: 1 Required: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

ListenerTlsAcmCertificate 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

certificateArn

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "certificateArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/tls.html#virtual-node-tls-prerequisites\">Transport Layer Security (TLS)</a>."
        }
      ]
    }
  },
  "required": [
    "certificateArn"
  ],
  "description": "An object that represents 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-listener-tls-acm-certificate-structure.json",
  "name": "ListenerTlsAcmCertificate"
}