Skip to content

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).

const describeDBClusterSnapshots =
yield* AWS.RDS.DescribeDBClusterSnapshots();
const page = yield* describeDBClusterSnapshots({
DBClusterIdentifier: clusterId,
SnapshotType: "manual",
});