Skip to content

Reboot Db Shard Group

rds_reboot_db_shard_group R Documentation

You might need to reboot your DB shard group, usually for maintenance reasons

Description

You might need to reboot your DB shard group, usually for maintenance reasons. For example, if you make certain modifications, reboot the DB shard group for the changes to take effect.

This operation applies only to Aurora Limitless Database DBb shard groups.

Usage

rds_reboot_db_shard_group(DBShardGroupIdentifier)

Arguments

DBShardGroupIdentifier

[required] The name of the DB shard group to reboot.

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"
)

Request syntax

svc$reboot_db_shard_group(
  DBShardGroupIdentifier = "string"
)