Amazon App Mesh · Schema

EgressFilter

An object that represents the egress filter rules for a service mesh.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
type object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-egressfilter-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EgressFilter",
  "description": "An object that represents the egress filter rules for a service mesh.",
  "type": "object",
  "properties": {
    "type": {}
  },
  "required": [
    "type"
  ]
}