Amazon Inspector · JSON Structure

Inspector Get Findings Report Status Response Structure

GetFindingsReportStatusResponse schema

Type: object Properties: 6
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

GetFindingsReportStatusResponse is a JSON Structure definition published by Amazon Inspector, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

destination errorCode errorMessage filterCriteria reportId status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-structure/inspector-get-findings-report-status-response-structure.json",
  "name": "GetFindingsReportStatusResponse",
  "description": "GetFindingsReportStatusResponse schema",
  "type": "object",
  "properties": {
    "destination": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Destination"
        },
        {
          "description": "The destination of the report."
        }
      ]
    },
    "errorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReportingErrorCode"
        },
        {
          "description": "The error code of the report."
        }
      ]
    },
    "errorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ErrorMessage"
        },
        {
          "description": "The error message of the report."
        }
      ]
    },
    "filterCriteria": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FilterCriteria"
        },
        {
          "description": "The filter criteria associated with the report."
        }
      ]
    },
    "reportId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReportId"
        },
        {
          "description": "The ID of the report."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExternalReportStatus"
        },
        {
          "description": "The status of the report."
        }
      ]
    }
  }
}