View source: R/dynamodb_operations.R
dynamodb_update_table_replica_auto_scaling | R Documentation |
Updates auto scaling settings on your global tables at once.
See https://www.paws-r-sdk.com/docs/dynamodb_update_table_replica_auto_scaling/ for full documentation.
dynamodb_update_table_replica_auto_scaling(
GlobalSecondaryIndexUpdates = NULL,
TableName,
ProvisionedWriteCapacityAutoScalingUpdate = NULL,
ReplicaUpdates = NULL
)
GlobalSecondaryIndexUpdates |
Represents the auto scaling settings of the global secondary indexes of the replica to be updated. |
TableName |
[required] The name of the global table to be updated. You can also provide the Amazon Resource Name (ARN) of the table in this parameter. |
ProvisionedWriteCapacityAutoScalingUpdate |
|
ReplicaUpdates |
Represents the auto scaling settings of replicas of the table that will be modified. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.