Amazon DynamoDB · Schema

DescribeTimeToLiveOutput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
TimeToLiveDescription object
View JSON Schema on GitHub

JSON Schema

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