Amazon Inspector · Example Payload

Inspector Title Aggregation Example

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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

Top-level fields

findingTyperesourceTypesortBysortOrdertitlesvulnerabilityIds

Example Payload

Raw ↑
{
  "findingType": "example-value",
  "resourceType": "example-value",
  "sortBy": "example-value",
  "sortOrder": "example-value",
  "titles": "example-value",
  "vulnerabilityIds": "id-abc123"
}