Amazon S3 · Schema

TableMaintenanceJobStatus

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
tableARN string
status object
View JSON Schema on GitHub

JSON Schema

amazon-s3-tables-table-maintenance-job-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableMaintenanceJobStatus",
  "type": "object",
  "properties": {
    "tableARN": {
      "type": "string"
    },
    "status": {
      "type": "object"
    }
  }
}