Amazon App Mesh · Schema

VirtualGatewayClientPolicy

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-virtualgatewayclientpolicy-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualGatewayClientPolicy",
  "description": "An object that represents a client policy.",
  "type": "object",
  "properties": {
    "tls": {}
  }
}