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

CreateCacheParameterGroupMessage

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

Represents the input of a CreateCacheParameterGroup operation.

interface CreateCacheParameterGroupMessage {
CacheParameterGroupFamily: string;
CacheParameterGroupName: string;
Description: string;
Tags?: Tag[] | null;
}

§Properties

§
CacheParameterGroupFamily: string
[src]

The name of the cache parameter group family that the cache parameter group can be used with.

Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.0 | redis6.2

§
CacheParameterGroupName: string
[src]

A user-specified name for the cache parameter group.

§
Description: string
[src]

A user-specified description for the cache parameter group.

§
Tags?: Tag[] | null
[src]

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.