Skip to content

RebootCluster

Source: src/AWS/Redshift/RebootCluster.ts

Runtime binding for the RebootCluster operation (IAM action redshift:RebootCluster).

Reboots the bound Cluster (a momentary outage while it restarts) — e.g. an ops function that applies pending static parameter-group changes. The cluster identifier is injected from the binding. Provide the implementation with Effect.provide(AWS.Redshift.RebootClusterHttp).

// init — bind the operation to the cluster
const rebootCluster = yield* AWS.Redshift.RebootCluster(cluster);
// runtime
yield* rebootCluster();