Amazon S3 · Schema

NamespaceDetail

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
namespace array
createdAt string
createdBy string
ownerAccountId string
tableBucketARN string
View JSON Schema on GitHub

JSON Schema

amazon-s3-tables-namespace-detail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NamespaceDetail",
  "type": "object",
  "properties": {
    "namespace": {
      "type": "array"
    },
    "createdAt": {
      "type": "string"
    },
    "createdBy": {
      "type": "string"
    },
    "ownerAccountId": {
      "type": "string"
    },
    "tableBucketARN": {
      "type": "string"
    }
  }
}