Amazon App Mesh · Schema

VirtualRouterRef

An object that represents a virtual router returned by a list operation.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
arn object
createdAt object
lastUpdatedAt object
meshName object
meshOwner object
resourceOwner object
version object
virtualRouterName object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-virtualrouterref-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualRouterRef",
  "description": "An object that represents a virtual router returned by a list operation.",
  "type": "object",
  "properties": {
    "arn": {},
    "createdAt": {},
    "lastUpdatedAt": {},
    "meshName": {},
    "meshOwner": {},
    "resourceOwner": {},
    "version": {},
    "virtualRouterName": {}
  },
  "required": [
    "arn",
    "createdAt",
    "lastUpdatedAt",
    "meshName",
    "meshOwner",
    "resourceOwner",
    "version",
    "virtualRouterName"
  ]
}