Amazon S3 · Schema

CreateTableRequest

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
name string The name for the table.
format string The format of the table. Currently only ICEBERG is supported.
View JSON Schema on GitHub

JSON Schema

amazon-s3-tables-create-table-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateTableRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name for the table."
    },
    "format": {
      "type": "string",
      "description": "The format of the table. Currently only ICEBERG is supported."
    }
  }
}