Values.EngineDefaultsSourceRepresents the output of a DescribeEngineDefaultParameters operation.
type nonrec t = {cacheParameterGroupFamily : String_.t option;Specifies the name of the cache parameter group family to which the engine default parameters apply. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.0 | redis6.x | redis7
*)marker : String_.t option;Provides an identifier to allow retrieval of paginated results.
*)parameters : ParametersList.t option;Contains a list of engine default parameters.
*)cacheNodeTypeSpecificParameters : CacheNodeTypeSpecificParametersList.t option;A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
*)}