Values.ParameterSourceDescribes a parameter in a cluster parameter group.
type nonrec t = {parameterName : String_.t option;The name of the parameter.
*)parameterValue : String_.t option;The value of the parameter. If ParameterName is wlm_json_configuration, then the maximum size of ParameterValue is 8000 characters.
*)description : String_.t option;A description of the parameter.
*)source : String_.t option;The source of the parameter value, such as "engine-default" or "user".
*)dataType : String_.t option;The data type of the parameter.
*)allowedValues : String_.t option;The valid range of values for the parameter.
*)applyType : ParameterApplyType.t option;Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
*)isModifiable : Boolean.t option;If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
*)minimumEngineVersion : String_.t option;The earliest engine version to which the parameter can apply.
*)}