Tag

A key-value metadata label applied to a Firewall Manager resource.

ComplianceFirewallNetwork SecuritySecurity

Properties

Name Type Description
Key string Tag key.
Value string Tag value.
View JSON Schema on GitHub

JSON Schema

amazon-firewall-manager-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-firewall-manager/refs/heads/main/json-schema/amazon-firewall-manager-tag-schema.json",
  "title": "Tag",
  "description": "A key-value metadata label applied to a Firewall Manager resource.",
  "type": "object",
  "properties": {
    "Key": {
      "type": "string",
      "description": "Tag key."
    },
    "Value": {
      "type": "string",
      "description": "Tag value."
    }
  },
  "required": [
    "Key",
    "Value"
  ]
}