Amazon Inspector · JSON Structure

Inspector Resource Scan Type Structure

ResourceScanType schema

Type: string Properties: 0
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

ResourceScanType 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-resource-scan-type-structure.json",
  "name": "ResourceScanType",
  "description": "ResourceScanType schema",
  "type": "string",
  "enum": [
    "EC2",
    "ECR",
    "LAMBDA",
    "LAMBDA_CODE"
  ]
}