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

RebootCacheClusterMessage

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

Represents the input of a RebootCacheCluster operation.

interface RebootCacheClusterMessage {
CacheClusterId: string;
CacheNodeIdsToReboot: string[];
}

§Properties

§
CacheClusterId: string
[src]

The cluster identifier. This parameter is stored as a lowercase string.

§
CacheNodeIdsToReboot: string[]
[src]

A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.