AWS App Mesh · JSON Structure

App Mesh Duration Structure

An object that represents a duration of time.

Type: object Properties: 2
DeprecatedEnvoyMicroservicesNetworkingService Mesh

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

Properties

unit value

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "unit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DurationUnit"
        },
        {
          "description": "A unit of time."
        }
      ]
    },
    "value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DurationValue"
        },
        {
          "description": "A number of time units."
        }
      ]
    }
  },
  "description": "An object that represents a duration of time.",
  "$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-duration-structure.json",
  "name": "Duration"
}