Values.CreateCacheParameterGroupMessageSourceRepresents the input of a CreateCacheParameterGroup operation.
type nonrec t = {cacheParameterGroupName : String_.t;A user-specified name for the cache parameter group. This value is stored as a lowercase string.
*)cacheParameterGroupFamily : String_.t;The name of the cache parameter group family that the cache parameter group can be used with. Valid values are: valkey8 | valkey7 | memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x | redis7
*)description : String_.t;A user-specified description for the cache parameter group.
*)}