Amazon Elastic Load Balancing · JSON Structure

Amazon Elastic Load Balancing Tag Structure

Describes a tag

Type: object Properties: 2
Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalability

Tag is a JSON Structure definition published by Amazon Elastic Load Balancing, 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-elastic-load-balancing/refs/heads/main/json-structure/amazon-elastic-load-balancing-tag-structure.json",
  "name": "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"
    }
  }
}