Values.CacheEngineVersionSourceProvides all of the details about a particular cache engine version.
type nonrec t = {engine : String_.t option;The name of the cache engine.
*)engineVersion : String_.t option;The version number of the cache engine.
*)cacheParameterGroupFamily : String_.t option;The name of the cache parameter group family associated with this cache engine. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x | redis7
*)cacheEngineDescription : String_.t option;The description of the cache engine.
*)cacheEngineVersionDescription : String_.t option;The description of the cache engine version.
*)}