Amazon Inspector · Schema

CancelSbomExportResponse

CancelSbomExportResponse schema

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Properties

Name Type Description
reportId object
View JSON Schema on GitHub

JSON Schema

inspector-cancel-sbom-export-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-schema/inspector-cancel-sbom-export-response-schema.json",
  "title": "CancelSbomExportResponse",
  "description": "CancelSbomExportResponse schema",
  "type": "object",
  "properties": {
    "reportId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReportId"
        },
        {
          "description": "The report ID of the canceled SBOM export."
        }
      ]
    }
  }
}