Modifies the settings of an Aurora Limitless Database DB shard group
Source:R/rds_operations.R
rds_modify_db_shard_group.RdModifies 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,
MinACU = NULL,
ComputeRedundancy = 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).
- MinACU
The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
- ComputeRedundancy
Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following:
0 - Creates a DB shard group without a standby DB shard group. This is the default value.
1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ).
2 - Creates a DB shard group with two standby DB shard groups in two different AZs.