v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1419128123.4 KB

Adds new columns to the table or updates one of the table's settings, for example capacity mode, auto scaling, encryption, point-in-time recovery, or ttl settings. Note that you can only update one specific table setting per update operation.

post/#X-Amz-Target=KeyspacesService.UpdateTable

Headers

X-Amz-Target'KeyspacesService.UpdateTable' required

Request body

keyspaceNamestring required

The name of the keyspace the specified table is stored in.

tableNamestring required

The name of the table.

defaultTimeToLiveinteger
<p>The default Time to Live setting in seconds for the table.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/TTL-how-it-works.html#ttl-howitworks_default_ttl">Setting the default TTL value for a table</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>

Response

Success

resourceArnstring required

The Amazon Resource Name (ARN) of the modified table.