Amazon DynamoDB · Schema

UpdateTimeToLiveInput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
TableName string
TimeToLiveSpecification object
View JSON Schema on GitHub

JSON Schema

dynamodb-update-time-to-live-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateTimeToLiveInput",
  "type": "object",
  "properties": {
    "TableName": {
      "type": "string"
    },
    "TimeToLiveSpecification": {
      "type": "object"
    }
  }
}