Tag

Describes a tag

Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalability

Properties

Name Type Description
key string The key of the tag
value string The value of the tag
View JSON Schema on GitHub

JSON Schema

amazon-elastic-load-balancing-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-load-balancing/refs/heads/main/json-schema/amazon-elastic-load-balancing-tag-schema.json",
  "title": "Tag",
  "description": "Describes a tag",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "The key of the tag"
    },
    "value": {
      "type": "string",
      "description": "The value of the tag"
    }
  }
}