Modify Db Shard Group
rds_modify_db_shard_group | 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.
Usage¶
rds_modify_db_shard_group(DBShardGroupIdentifier, MaxACU, MinACU,
ComputeRedundancy)
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:
|
Value¶
A list with the following syntax:
list(
DBShardGroupResourceId = "string",
DBShardGroupIdentifier = "string",
DBClusterIdentifier = "string",
MaxACU = 123.0,
MinACU = 123.0,
ComputeRedundancy = 123,
Status = "string",
PubliclyAccessible = TRUE|FALSE,
Endpoint = "string",
DBShardGroupArn = "string",
TagList = list(
list(
Key = "string",
Value = "string"
)
)
)
Request syntax¶
svc$modify_db_shard_group(
DBShardGroupIdentifier = "string",
MaxACU = 123.0,
MinACU = 123.0,
ComputeRedundancy = 123
)