Amazon App Mesh · Schema

VirtualGatewayListenerTlsSdsCertificate

An object that represents the virtual gateway's listener's Secret Discovery Service certificate.The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App MeshTLS documentation for more info.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
secretName object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-virtualgatewaylistenertlssdscertificate-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualGatewayListenerTlsSdsCertificate",
  "description": "An object that represents the virtual gateway's listener's Secret Discovery Service certificate.The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh<a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/tls.html\">TLS documentation</a> for more info. ",
  "type": "object",
  "properties": {
    "secretName": {}
  },
  "required": [
    "secretName"
  ]
}