Describe Time To Live

POST {{aws_dynamodb_base_url}}/?Action=DescribeTimeToLive

Gives a description of the Time to Live (TTL) status on the specified table.

Request Params

KeyDatatypeRequiredDescription
ActionstringThe name of the table to be described.

Request Body

{"TableName"=>"Thread"}

HEADERS

KeyDatatypeRequiredDescription
X-Amz-Targetstring
Content-Typestring

RESPONSES

status: OK

{"AccountMaxReadCapacityUnits":80000,"AccountMaxWriteCapacityUnits":80000,"TableMaxReadCapacityUnits":40000,"TableMaxWriteCapacityUnits":40000}