keyspaces_get_table_auto_scaling_settings {paws.database}R Documentation

Returns auto scaling related settings of the specified table in JSON format

Description

Returns auto scaling related settings of the specified table in JSON format. If the table is a multi-Region table, the Amazon Web Services Region specific auto scaling settings of the table are included.

See https://www.paws-r-sdk.com/docs/keyspaces_get_table_auto_scaling_settings/ for full documentation.

Usage

keyspaces_get_table_auto_scaling_settings(keyspaceName, tableName)

Arguments

keyspaceName

[required] The name of the keyspace.

tableName

[required] The name of the table.


[Package paws.database version 0.6.0 Index]