Amazon Firewall Manager · Example Payload

Amazon Firewall Manager Compliance Violator Example

ComplianceFirewallNetwork SecuritySecurity

Amazon Firewall Manager Compliance Violator Example is an example object payload from Amazon Firewall Manager, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ResourceIdViolationReasonResourceTypeMetadata

Example Payload

Raw ↑
{
  "ResourceId": "arn:aws:elasticloadbalancing:us-east-1:123456789012:loadbalancer/app/my-alb/abc123",
  "ViolationReason": "RESOURCE_MISSING_WEB_ACL",
  "ResourceType": "AWS::ElasticLoadBalancingV2::LoadBalancer",
  "Metadata": {
    "WEB_ACL_ID": ""
  }
}