Amazon App Mesh · Schema

CreateVirtualGatewayInput

MicroservicesNetworkingService Mesh

Properties

Name Type Description
clientToken object
spec object
tags object
virtualGatewayName object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-createvirtualgatewayinput-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateVirtualGatewayInput",
  "type": "object",
  "properties": {
    "clientToken": {},
    "spec": {},
    "tags": {},
    "virtualGatewayName": {}
  },
  "required": [
    "spec",
    "virtualGatewayName"
  ]
}