Amazon S3 · JSON Structure

Amazon S3 Tables Table Bucket Structure

Type: object Properties: 5
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

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

Properties

arn name ownerAccountId createdAt unreferencedFileRemoval

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

JSON Structure

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