Amazon S3 · Schema

TableMaintenanceConfiguration

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

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

JSON Schema

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