AWS WAF Modeling Rule

Modeling Rule

AWS WAF

Details

IDAWS_WAF_ModelingRule
From Version8.2.0
TagsAWS_WAF

Schema

aws_waf_raw

Field Type Array?
action string
httpRequest string
httpsourceid string
httpsourcename string
parameters string
terminatingruleid string
timestamp string
{
    "aws_waf_raw": {
      "httpRequest": {
        "type": "string",
        "is_array": false
      },
      "action": {
        "type": "string",
        "is_array": false
      },
      "httpsourceid": {
        "type": "string",
        "is_array": false
      },
      "httpsourcename": {
        "type": "string",
        "is_array": false
      },
      "terminatingruleid": {
        "type": "string",
        "is_array": false
      },
      "parameters": {
        "type": "string",
        "is_array": false
      },
      "timestamp": {
        "type": "string",
        "is_array": false
      }              
    }
  }