class Aws::ElastiCache::Types::CreateCacheParameterGroupMessage

Represents the input of a `CreateCacheParameterGroup` operation.

@note When making an API call, you may pass CreateCacheParameterGroupMessage

data as a hash:

    {
      cache_parameter_group_name: "String", # required
      cache_parameter_group_family: "String", # required
      description: "String", # required
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] cache_parameter_group_name

A user-specified name for the cache parameter group.
@return [String]

@!attribute [rw] cache_parameter_group_family

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.x` \|
@return [String]

@!attribute [rw] description

A user-specified description for the cache parameter group.
@return [String]

@!attribute [rw] tags

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.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheParameterGroupMessage AWS API Documentation

Constants

SENSITIVE