Amazon Firewall Manager · JSON Structure

Amazon Firewall Manager Tag Structure

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

Type: object Properties: 0
ComplianceFirewallNetwork SecuritySecurity

Tag is a JSON Structure definition published by Amazon Firewall Manager. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-firewall-manager/refs/heads/main/json-structure/amazon-firewall-manager-tag-structure.json",
  "name": "Tag",
  "description": "A key-value metadata label applied to a Firewall Manager resource.",
  "type": "object",
  "fields": [
    {
      "name": "Key",
      "type": "string",
      "description": "Tag key.",
      "required": true
    },
    {
      "name": "Value",
      "type": "string",
      "description": "Tag value.",
      "required": true
    }
  ]
}