Amazon Inspector · Example Payload

Inspector Filter Criteria Example

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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

Top-level fields

awsAccountIdcodeVulnerabilityDetectorNamecodeVulnerabilityDetectorTagscodeVulnerabilityFilePathcomponentIdcomponentTypeec2InstanceImageIdec2InstanceSubnetIdec2InstanceVpcIdecrImageArchitectureecrImageHashecrImagePushedAtecrImageRegistryecrImageRepositoryNameecrImageTagsepssScoreexploitAvailablefindingArnfindingStatusfindingTypefirstObservedAtfixAvailableinspectorScorelambdaFunctionExecutionRoleArnlambdaFunctionLastModifiedAtlambdaFunctionLayerslambdaFunctionNamelambdaFunctionRuntimelastObservedAtnetworkProtocolportRangerelatedVulnerabilitiesresourceIdresourceTagsresourceTypeseveritytitleupdatedAtvendorSeverityvulnerabilityIdvulnerabilitySourcevulnerablePackages

Example Payload

Raw ↑
{
  "awsAccountId": "id-abc123",
  "codeVulnerabilityDetectorName": "example-resource",
  "codeVulnerabilityDetectorTags": "example-value",
  "codeVulnerabilityFilePath": "example-value",
  "componentId": "id-abc123",
  "componentType": "example-value",
  "ec2InstanceImageId": "id-abc123",
  "ec2InstanceSubnetId": "id-abc123",
  "ec2InstanceVpcId": "id-abc123",
  "ecrImageArchitecture": "example-value",
  "ecrImageHash": "example-value",
  "ecrImagePushedAt": "example-value",
  "ecrImageRegistry": "example-value",
  "ecrImageRepositoryName": "example-resource",
  "ecrImageTags": "example-value",
  "epssScore": "example-value",
  "exploitAvailable": "example-value",
  "findingArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "findingStatus": "ACTIVE",
  "findingType": "example-value",
  "firstObservedAt": "example-value",
  "fixAvailable": "example-value",
  "inspectorScore": "example-value",
  "lambdaFunctionExecutionRoleArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "lambdaFunctionLastModifiedAt": "example-value",
  "lambdaFunctionLayers": "example-value",
  "lambdaFunctionName": "example-resource",
  "lambdaFunctionRuntime": "2025-03-15T14:30:00Z",
  "lastObservedAt": "example-value",
  "networkProtocol": "example-value",
  "portRange": "example-value",
  "relatedVulnerabilities": "example-value",
  "resourceId": "id-abc123",
  "resourceTags": "example-value",
  "resourceType": "example-value",
  "severity": "example-value",
  "title": "example-value",
  "updatedAt": "example-value",
  "vendorSeverity": "example-value",
  "vulnerabilityId": "id-abc123",
  "vulnerabilitySource": "example-value",
  "vulnerablePackages": "example-value"
}