Amazon App Mesh · Schema

SubjectAlternativeNames

An object that represents the subject alternative names secured by the certificate.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
match object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-subjectalternativenames-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SubjectAlternativeNames",
  "description": "An object that represents the subject alternative names secured by the certificate.",
  "type": "object",
  "properties": {
    "match": {}
  },
  "required": [
    "match"
  ]
}