Amazon Fargate · JSON Structure

Amazon Fargate Key Value Pair Structure

A key-value pair

Type: object Properties: 2
ComputeContainersECSEKSMicroservicesServerless

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

Properties

name value

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-fargate/refs/heads/main/json-structure/amazon-fargate-key-value-pair-structure.json",
  "description": "A key-value pair",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Key name",
      "example": "LOG_LEVEL"
    },
    "value": {
      "type": "string",
      "description": "Key value",
      "example": "INFO"
    }
  },
  "name": "KeyValuePair"
}