Amazon S3 · Schema

TableBucketMaintenanceConfiguration

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

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

JSON Schema

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