Amazon App Mesh · Schema

VirtualGatewayBackendDefaults

An object that represents the default properties for a backend.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
clientPolicy object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-virtualgatewaybackenddefaults-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualGatewayBackendDefaults",
  "description": "An object that represents the default properties for a backend.",
  "type": "object",
  "properties": {
    "clientPolicy": {}
  }
}