Amazon DynamoDB · JSON Structure

Dynamodb Provisioned Throughput Description Structure

Type: object Properties: 5
CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

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

Properties

LastIncreaseDateTime LastDecreaseDateTime NumberOfDecreasesToday ReadCapacityUnits WriteCapacityUnits

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ProvisionedThroughputDescription",
  "type": "object",
  "properties": {
    "LastIncreaseDateTime": {
      "type": "string"
    },
    "LastDecreaseDateTime": {
      "type": "string"
    },
    "NumberOfDecreasesToday": {
      "type": "integer"
    },
    "ReadCapacityUnits": {
      "type": "integer"
    },
    "WriteCapacityUnits": {
      "type": "integer"
    }
  }
}