Amazon Inspector · JSON Structure

Inspector Runtime Structure

Runtime schema

Type: string Properties: 0
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Runtime is a JSON Structure definition published by Amazon Inspector. 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-inspector/refs/heads/main/json-structure/inspector-runtime-structure.json",
  "name": "Runtime",
  "description": "Runtime schema",
  "type": "string",
  "enum": [
    "NODEJS",
    "NODEJS_12_X",
    "NODEJS_14_X",
    "NODEJS_16_X",
    "JAVA_8",
    "JAVA_8_AL2",
    "JAVA_11",
    "PYTHON_3_7",
    "PYTHON_3_8",
    "PYTHON_3_9",
    "UNSUPPORTED",
    "NODEJS_18_X",
    "GO_1_X",
    "JAVA_17",
    "PYTHON_3_10"
  ]
}