Amazon DynamoDB · Schema

ItemCollectionMetrics

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
ItemCollectionKey object The partition key value of the item collection
SizeEstimateRangeGB array An estimate of item collection size in gigabytes
View JSON Schema on GitHub

JSON Schema

dynamodb-item-collection-metrics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ItemCollectionMetrics",
  "type": "object",
  "properties": {
    "ItemCollectionKey": {
      "type": "object",
      "description": "The partition key value of the item collection"
    },
    "SizeEstimateRangeGB": {
      "type": "array",
      "description": "An estimate of item collection size in gigabytes"
    }
  }
}