rds_modify_db_shard_group {paws.database} | R Documentation |
Modifies the settings of an Aurora Limitless Database DB shard group
Description
Modifies the settings of an Aurora Limitless Database DB shard group. You can change one or more settings by specifying these parameters and the new values in the request.
See https://www.paws-r-sdk.com/docs/rds_modify_db_shard_group/ for full documentation.
Usage
rds_modify_db_shard_group(DBShardGroupIdentifier, MaxACU = NULL)
Arguments
DBShardGroupIdentifier |
[required] The name of the DB shard group to modify. |
MaxACU |
The maximum capacity of the DB shard group in Aurora capacity units (ACUs). |
[Package paws.database version 0.6.0 Index]