Amazon S3 · JSON Structure

Amazon S3 Tables Table Summary Structure

Type: object Properties: 6
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

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

Properties

namespace name type tableARN createdAt modifiedAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TableSummary",
  "type": "object",
  "properties": {
    "namespace": {
      "type": "array"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "tableARN": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "modifiedAt": {
      "type": "string"
    }
  }
}