Amazon App Mesh · JSON Structure

Amazon App Mesh Virtualgatewayref Structure

Type: record Properties: 0
MicroservicesNetworkingService Mesh

VirtualGatewayRef is a JSON Structure definition published by Amazon App Mesh. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "VirtualGatewayRef",
  "type": "record",
  "fields": [
    {
      "name": "arn",
      "type": "string"
    },
    {
      "name": "createdAt",
      "type": "string"
    },
    {
      "name": "lastUpdatedAt",
      "type": "string"
    },
    {
      "name": "meshName",
      "type": "string"
    },
    {
      "name": "meshOwner",
      "type": "string"
    },
    {
      "name": "resourceOwner",
      "type": "string"
    },
    {
      "name": "version",
      "type": "string"
    },
    {
      "name": "virtualGatewayName",
      "type": "string"
    }
  ]
}