Values.ParameterSourceDescribes an individual setting that controls some aspect of ElastiCache behavior.
type nonrec t = {parameterName : String_.t option;The name of the parameter.
*)parameterValue : String_.t option;The value of the parameter.
*)description : String_.t option;A description of the parameter.
*)source : String_.t option;The source of the parameter.
*)dataType : String_.t option;The valid data type for the parameter.
*)allowedValues : String_.t option;The valid range of values for the parameter.
*)isModifiable : Boolean.t option;Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
*)minimumEngineVersion : String_.t option;The earliest cache engine version to which the parameter can apply.
*)changeType : ChangeType.t option;Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.
*)}