Amazon DynamoDB · Schema

UpdateTimeToLiveOutput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
TimeToLiveSpecification object
View JSON Schema on GitHub

JSON Schema

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