StopDBCluster
Source:
src/AWS/Neptune/StopDBCluster.ts
Runtime binding for the StopDBCluster operation (IAM action
rds:StopDBCluster).
Stops the bound DBCluster (compute pauses, storage persists) —
e.g. an ops function that parks a development cluster overnight to save
cost. The cluster identifier is injected from the binding. Provide the
implementation with Effect.provide(AWS.Neptune.StopDBClusterHttp).
Operating a Cluster
Section titled “Operating a Cluster”// init — bind the operation to the clusterconst stopDBCluster = yield* AWS.Neptune.StopDBCluster(cluster);
// runtimeyield* stopDBCluster();