Amazon ECS · Schema

Tag

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
key string The tag key (up to 128 characters).
value string The tag value (up to 256 characters).
View JSON Schema on GitHub

JSON Schema

amazon-ecs-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Tag",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "The tag key (up to 128 characters)."
    },
    "value": {
      "type": "string",
      "description": "The tag value (up to 256 characters)."
    }
  }
}