Learn R Programming

paws.database (version 0.1.5)

redshift_reboot_cluster: Reboots a cluster

Description

Reboots a cluster. This action is taken as soon as possible. It results in a momentary outage to the cluster, during which the cluster status is set to rebooting. A cluster event is created when the reboot is completed. Any pending cluster modifications (see ModifyCluster) are applied at this reboot. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide.

Usage

redshift_reboot_cluster(ClusterIdentifier)

Arguments

ClusterIdentifier

[required] The cluster identifier.

Request syntax

svc$reboot_cluster(
  ClusterIdentifier = "string"
)