Amazon Inspector · Example Payload

Inspector Lambda Layer Aggregation Response Example

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Inspector Lambda Layer Aggregation Response Example is an example object payload from Amazon Inspector, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accountIdfunctionNamelayerArnresourceIdseverityCounts

Example Payload

Raw ↑
{
  "accountId": "id-abc123",
  "functionName": "example-resource",
  "layerArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "resourceId": "id-abc123",
  "severityCounts": {
    "all": "example-value",
    "critical": "example-value",
    "high": "example-value",
    "medium": "example-value"
  }
}