Amazon Inspector · Example Payload

Inspector Code Vulnerability Details Example

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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

Top-level fields

cwesdetectorIddetectorNamedetectorTagsfilePathreferenceUrlsruleIdsourceLambdaLayerArn

Example Payload

Raw ↑
{
  "cwes": "example-value",
  "detectorId": "id-abc123",
  "detectorName": "example-resource",
  "detectorTags": "example-value",
  "filePath": "example-value",
  "referenceUrls": "https://example.com/path",
  "ruleId": "id-abc123",
  "sourceLambdaLayerArn": "arn:aws:iot:us-east-1:123456789012:thing/example"
}