Values.IntegerConfigurationOptionsSourceThe options for customizing a security control parameter that is an integer.
type nonrec t = {defaultValue : Integer.t option;The Security Hub CSPM default value for a control parameter that is an integer.
*)min : Integer.t option;The minimum valid value for a control parameter that is an integer.
*)max : Integer.t option;The maximum valid value for a control parameter that is an integer.
*)}