Amazon Shield · JSON Structure

Amazon Shield Api Tag Structure

Tag schema from api

Type: object Properties: 2
DDoS ProtectionNetworkingSecurity

Tag is a JSON Structure definition published by Amazon Shield, 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-shield/refs/heads/main/json-structure/amazon-shield-api-tag-structure.json",
  "description": "Tag schema from api",
  "type": "object",
  "properties": {
    "Key": {
      "type": "string"
    },
    "Value": {
      "type": "string"
    }
  },
  "name": "Tag"
}