Amazon Inspector · Example Payload

Inspector Aggregation Request Example

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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

Top-level fields

accountAggregationamiAggregationawsEcrContainerAggregationec2InstanceAggregationfindingTypeAggregationimageLayerAggregationlambdaFunctionAggregationlambdaLayerAggregationpackageAggregationrepositoryAggregationtitleAggregation

Example Payload

Raw ↑
{
  "accountAggregation": "example-value",
  "amiAggregation": "example-value",
  "awsEcrContainerAggregation": "example-value",
  "ec2InstanceAggregation": "example-value",
  "findingTypeAggregation": "example-value",
  "imageLayerAggregation": "example-value",
  "lambdaFunctionAggregation": "example-value",
  "lambdaLayerAggregation": "example-value",
  "packageAggregation": "example-value",
  "repositoryAggregation": "example-value",
  "titleAggregation": "example-value"
}