Amazon App Mesh · Schema

VirtualGatewayClientTlsCertificate

An object that represents the virtual gateway's client's Transport Layer Security (TLS) certificate.

MicroservicesNetworkingService Mesh

Properties

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

JSON Schema

amazon-app-mesh-virtualgatewayclienttlscertificate-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualGatewayClientTlsCertificate",
  "description": "An object that represents the virtual gateway's client's Transport Layer Security (TLS) certificate.",
  "type": "object",
  "properties": {
    "file": {},
    "sds": {}
  }
}