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

DeleteCacheClusterMessage

import type { DeleteCacheClusterMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";

Represents the input of a DeleteCacheCluster operation.

interface DeleteCacheClusterMessage {
CacheClusterId: string;
FinalSnapshotIdentifier?: string | null;
}

§Properties

§
CacheClusterId: string
[src]

The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

§
FinalSnapshotIdentifier?: string | null
[src]

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