Amazon S3 · JSON Structure

Amazon S3 Tables Table Detail Structure

Type: object Properties: 14
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

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

Properties

name tableARN namespace versionToken metadataLocation warehouseLocation createdAt createdBy modifiedAt modifiedBy managedByService ownerAccountId type format

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TableDetail",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "tableARN": {
      "type": "string"
    },
    "namespace": {
      "type": "array"
    },
    "versionToken": {
      "type": "string"
    },
    "metadataLocation": {
      "type": "string"
    },
    "warehouseLocation": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "createdBy": {
      "type": "string"
    },
    "modifiedAt": {
      "type": "string"
    },
    "modifiedBy": {
      "type": "string"
    },
    "managedByService": {
      "type": "string"
    },
    "ownerAccountId": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "format": {
      "type": "string"
    }
  }
}