Amazon App Mesh · Schema

ClientPolicy

An object that represents a client policy.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
tls object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-clientpolicy-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ClientPolicy",
  "description": "An object that represents a client policy.",
  "type": "object",
  "properties": {
    "tls": {}
  }
}