Amazon Inspector · JSON Structure

Inspector Coverage Resource Type Structure

CoverageResourceType schema

Type: string Properties: 0
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

CoverageResourceType 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-coverage-resource-type-structure.json",
  "name": "CoverageResourceType",
  "description": "CoverageResourceType schema",
  "type": "string",
  "enum": [
    "AWS_EC2_INSTANCE",
    "AWS_ECR_CONTAINER_IMAGE",
    "AWS_ECR_REPOSITORY",
    "AWS_LAMBDA_FUNCTION"
  ]
}