Amazon S3 · Schema

CreateTableBucketRequest

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
name string The name for the table bucket.
View JSON Schema on GitHub

JSON Schema

amazon-s3-tables-create-table-bucket-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateTableBucketRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name for the table bucket."
    }
  }
}