Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteClusterRequest

import type { DeleteClusterRequest } from "https://aws-api.deno.dev/v0.3/services/memorydb.ts?docs=full";
interface DeleteClusterRequest {
ClusterName: string;
FinalSnapshotName?: string | null;
}

§Properties

§
ClusterName: string
[src]

The name of the cluster to be deleted

§
FinalSnapshotName?: string | null
[src]

The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. MemoryDB creates the snapshot, and then deletes the cluster immediately afterward.