Amazon Inspector · Example Payload

Inspector Aws Lambda Function Details Example

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Inspector Aws Lambda Function Details Example is an example object payload from Amazon Inspector, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

architecturescodeSha256executionRoleArnfunctionNamelastModifiedAtlayerspackageTyperuntimeversionvpcConfig

Example Payload

Raw ↑
{
  "architectures": "example-value",
  "codeSha256": "example-value",
  "executionRoleArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "functionName": "example-resource",
  "lastModifiedAt": "example-value",
  "layers": "example-value",
  "packageType": "example-value",
  "runtime": "2025-03-15T14:30:00Z",
  "version": "example-value",
  "vpcConfig": "example-value"
}