Delete Db Shard Group
rds_delete_db_shard_group | R Documentation |
Deletes an Aurora Limitless Database DB shard group¶
Description¶
Deletes an Aurora Limitless Database DB shard group.
Usage¶
Arguments¶
DBShardGroupIdentifier
[required] Teh name of the DB shard group to delete.
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"
)