Amazon S3 · JSON Structure

Amazon S3 Tables Table Bucket Summary Structure

Type: object Properties: 4
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

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

Properties

arn name ownerAccountId createdAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TableBucketSummary",
  "type": "object",
  "properties": {
    "arn": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "ownerAccountId": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    }
  }
}