AWS App Mesh · JSON Structure

App Mesh Grpc Retry Policy Events Structure

GrpcRetryPolicyEvents schema from AWS App Mesh

Type: array Properties: 0
DeprecatedEnvoyMicroservicesNetworkingService Mesh

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

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

JSON Structure

Raw ↑
{
  "type": "array",
  "items": {
    "type": "string",
    "enum": [
      "cancelled",
      "deadline-exceeded",
      "internal",
      "resource-exhausted",
      "unavailable"
    ]
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-grpc-retry-policy-events-structure.json",
  "name": "GrpcRetryPolicyEvents",
  "description": "GrpcRetryPolicyEvents schema from AWS App Mesh"
}