Amazon S3 · Schema

TableSummary

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
namespace array
name string The name of the table.
type string The type of the table.
tableARN string The Amazon Resource Name (ARN) of the table.
createdAt string
modifiedAt string
View JSON Schema on GitHub

JSON Schema

amazon-s3-tables-table-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableSummary",
  "type": "object",
  "properties": {
    "namespace": {
      "type": "array"
    },
    "name": {
      "type": "string",
      "description": "The name of the table."
    },
    "type": {
      "type": "string",
      "description": "The type of the table."
    },
    "tableARN": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the table."
    },
    "createdAt": {
      "type": "string"
    },
    "modifiedAt": {
      "type": "string"
    }
  }
}