Skip to content

ResumeCluster

Source: src/AWS/Redshift/ResumeCluster.ts

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

Resumes the bound paused Cluster — the morning half of an overnight pause schedule. The cluster identifier is injected from the binding. Provide the implementation with Effect.provide(AWS.Redshift.ResumeClusterHttp).

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