Values.ServerlessCacheConfigurationSourceThe configuration settings for a specific serverless cache.
type nonrec t = {serverlessCacheName : String_.t option;The identifier of a serverless cache.
*)engine : String_.t option;The engine that the serverless cache is configured with.
*)majorEngineVersion : String_.t option;The engine version number that the serverless cache is configured with.
*)}