- Navigation Guide
@aws-sdk/client-keyspaces
GetTableAutoScalingSettingsCommand Class
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.
Amazon Keyspaces auto scaling helps you provision throughput capacity for variable workloads efficiently by increasing and decreasing your table's read and write capacity automatically in response to application traffic. For more information, see Managing throughput capacity automatically with Amazon Keyspaces auto scaling in the Amazon Keyspaces Developer Guide.
GetTableAutoScalingSettings
can't be used as an action in an IAM policy.
To define permissions for GetTableAutoScalingSettings
, you must allow the following two actions in the IAM policy statement's Action
element:
-
application-autoscaling:DescribeScalableTargets
-
application-autoscaling:DescribeScalingPolicies
Parameters
Name | Signature | Summary |
---|---|---|
GetTableAutoScalingSettingsCommandInput |
|
Full Signature
export declare class GetTableAutoScalingSettingsCommand extends GetTableAutoScalingSettingsCommand_base
Related
- GetTableAutoScalingSettingsCommandInput for command's
input
shape. - GetTableAutoScalingSettingsCommandOutput for command's
response
shape. - config for KeyspacesClient's
config
shape.