Amazon Inspector · Schema

AggregationResourceType

AggregationResourceType schema

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning
View JSON Schema on GitHub

JSON Schema

inspector-aggregation-resource-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-schema/inspector-aggregation-resource-type-schema.json",
  "title": "AggregationResourceType",
  "description": "AggregationResourceType schema",
  "type": "string",
  "enum": [
    "AWS_EC2_INSTANCE",
    "AWS_ECR_CONTAINER_IMAGE",
    "AWS_LAMBDA_FUNCTION"
  ]
}