Amazon App Mesh · Schema

ClientTlsCertificate

An object that represents the client's certificate.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
file object
sds object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-clienttlscertificate-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ClientTlsCertificate",
  "description": "An object that represents the client's certificate.",
  "type": "object",
  "properties": {
    "file": {},
    "sds": {}
  }
}