Amazon Inspector · Example Payload

Inspector Code Snippet Result Example

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Inspector Code Snippet Result 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

codeSnippetendLinefindingArnstartLinesuggestedFixes

Example Payload

Raw ↑
{
  "codeSnippet": "example-value",
  "endLine": "example-value",
  "findingArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "startLine": "example-value",
  "suggestedFixes": "example-value"
}