ComplianceViolator

A resource not in compliance with a Firewall Manager policy.

ComplianceFirewallNetwork SecuritySecurity

Properties

Name Type Description
ResourceId string ID of the non-compliant resource.
ViolationReason string Reason the resource is not compliant.
ResourceType string AWS resource type.
View JSON Schema on GitHub

JSON Schema

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