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
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | The name of the table to be described. |
Request Body
{"TableName"=>"Thread"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Amz-Target | string | ||
Content-Type | string |
RESPONSES
status: OK
{"AccountMaxReadCapacityUnits":80000,"AccountMaxWriteCapacityUnits":80000,"TableMaxReadCapacityUnits":40000,"TableMaxWriteCapacityUnits":40000}