Amazon Firewall Manager · JSON Structure

Amazon Firewall Manager Compliance Violator Structure

A resource not in compliance with a Firewall Manager policy.

Type: object Properties: 0
ComplianceFirewallNetwork SecuritySecurity

ComplianceViolator 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-compliance-violator-structure.json",
  "name": "ComplianceViolator",
  "description": "A resource not in compliance with a Firewall Manager policy.",
  "type": "object",
  "fields": [
    {
      "name": "ResourceId",
      "type": "string",
      "description": "ID of the non-compliant resource."
    },
    {
      "name": "ViolationReason",
      "type": "string",
      "description": "Reason the resource is not compliant."
    },
    {
      "name": "ResourceType",
      "type": "string",
      "description": "AWS resource type."
    }
  ]
}