Amazon Inspector · JSON Structure

Inspector Create Findings Report Response Structure

CreateFindingsReportResponse schema

Type: object Properties: 1
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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

Properties

reportId

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-create-findings-report-response-structure.json",
  "name": "CreateFindingsReportResponse",
  "description": "CreateFindingsReportResponse schema",
  "type": "object",
  "properties": {
    "reportId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReportId"
        },
        {
          "description": "The ID of the report."
        }
      ]
    }
  }
}