Values.RelationalDatabaseParameterSourceDescribes the parameters of a database.
type nonrec t = {allowedValues : String_.t option;Specifies the valid range of values for the parameter.
*)applyMethod : String_.t option;Indicates when parameter updates are applied. Can be immediate or pending-reboot.
*)applyType : String_.t option;Specifies the engine-specific parameter type.
*)dataType : String_.t option;Specifies the valid data type for the parameter.
*)description : String_.t option;Provides a description of the parameter.
*)isModifiable : Boolean.t option;A Boolean value indicating whether the parameter can be modified.
*)parameterName : String_.t option;Specifies the name of the parameter.
*)parameterValue : String_.t option;Specifies the value of the parameter.
*)}