Amazon S3 · Schema

TableBucketSummary

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 of the table bucket.
createdAt string The date and time when the table bucket was created.
View JSON Schema on GitHub

JSON Schema

amazon-s3-tables-table-bucket-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableBucketSummary",
  "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 of the table bucket."
    },
    "createdAt": {
      "type": "string",
      "description": "The date and time when the table bucket was created."
    }
  }
}