AWS Security Hub Modeling Rule

Modeling Rule

AWS - Security Hub

Details

IDaws_security_hub_modeling_rule
From Version6.10.0
TagsAWS

Schema

aws_security_hub_raw

Field Type Array?
AwsAccountId string
Compliance string
Description string
Id string
ProductName string
Region string
Resources string
Severity string
Title string
Types string
{
    "aws_security_hub_raw": {
      "Id": {
        "type": "string",
        "is_array": false
      },
      "ProductName": {
        "type": "string",
        "is_array": false
      },
      "Region": {
        "type": "string",
        "is_array": false
      },
      "AwsAccountId": {
        "type": "string",
        "is_array": false
      },
      "Types": {
        "type": "string",
        "is_array": false
      },
      "Severity": {
        "type": "string",
        "is_array": false
      },
      "Title": {
        "type": "string",
        "is_array": false
      },
      "Description": {
        "type": "string",
        "is_array": false
      },
      "Resources": {
        "type": "string",
        "is_array": false
      },
      "Compliance": {
        "type": "string",
        "is_array": false
      }
    }
  }