DescribeDBClusterSnapshots
Source:
src/AWS/RDS/DescribeDBClusterSnapshots.ts
Runtime binding for the DescribeDBClusterSnapshots operation (IAM action
rds:DescribeDBClusterSnapshots).
Lists the account’s Aurora cluster snapshots — the discovery half of a
snapshot-rotation or verification function. Provide the implementation with
Effect.provide(AWS.RDS.DescribeDBClusterSnapshotsHttp).
Managing Cluster Snapshots
Section titled “Managing Cluster Snapshots”const describeDBClusterSnapshots = yield* AWS.RDS.DescribeDBClusterSnapshots();
const page = yield* describeDBClusterSnapshots({ DBClusterIdentifier: clusterId, SnapshotType: "manual",});