Amazon App Mesh · Schema

MeshRef

An object that represents a service mesh 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
View JSON Schema on GitHub

JSON Schema

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