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

CacheParameterGroupNameMessage

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

Represents the output of one of the following operations:

  • ModifyCacheParameterGroup
    
  • ResetCacheParameterGroup
    
interface CacheParameterGroupNameMessage {
CacheParameterGroupName?: string | null;
}

§Properties

§
CacheParameterGroupName?: string | null
[src]

The name of the cache parameter group.