Amazon S3 · Schema

TableBucket

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
arn string The Amazon Resource Name (ARN) of the table bucket.
name string The name of the table bucket.
ownerAccountId string The account ID of the owner.
createdAt string The date and time when the table bucket was created.
unreferencedFileRemoval object The unreferenced file removal settings for the table bucket.
View JSON Schema on GitHub

JSON Schema

amazon-s3-tables-table-bucket-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableBucket",
  "type": "object",
  "properties": {
    "arn": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the table bucket."
    },
    "name": {
      "type": "string",
      "description": "The name of the table bucket."
    },
    "ownerAccountId": {
      "type": "string",
      "description": "The account ID of the owner."
    },
    "createdAt": {
      "type": "string",
      "description": "The date and time when the table bucket was created."
    },
    "unreferencedFileRemoval": {
      "type": "object",
      "description": "The unreferenced file removal settings for the table bucket."
    }
  }
}