Amazon Fargate · JSON Structure

Amazon Fargate Tag Structure

A tag applied to an ECS resource

Type: object Properties: 2
ComputeContainersECSEKSMicroservicesServerless

Tag 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

key 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-tag-structure.json",
  "description": "A tag applied to an ECS resource",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "The tag key",
      "example": "Environment"
    },
    "value": {
      "type": "string",
      "description": "The tag value",
      "example": "production"
    }
  },
  "name": "Tag"
}