Amazon Inspector · JSON Structure

Inspector Cancel Sbom Export Response Structure

CancelSbomExportResponse schema

Type: object Properties: 1
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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