Amazon Inspector · JSON Structure

Inspector Create Sbom Export Response Structure

CreateSbomExportResponse schema

Type: object Properties: 1
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

CreateSbomExportResponse 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-sbom-export-response-structure.json",
  "name": "CreateSbomExportResponse",
  "description": "CreateSbomExportResponse schema",
  "type": "object",
  "properties": {
    "reportId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReportId"
        },
        {
          "description": "The report ID for the software bill of materials (SBOM) report."
        }
      ]
    }
  }
}