Amazon S3 · JSON Structure

Amazon S3 Tables Table Maintenance Configuration Structure

Type: object Properties: 2
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

TableMaintenanceConfiguration is a JSON Structure definition published by Amazon S3, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

tableARN configuration

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TableMaintenanceConfiguration",
  "type": "object",
  "properties": {
    "tableARN": {
      "type": "string"
    },
    "configuration": {
      "type": "object"
    }
  }
}