Values.EnumConfigurationOptionsSourceThe options for customizing a security control parameter that is an enum.
type nonrec t = {defaultValue : NonEmptyString.t option;The Security Hub CSPM default value for a control parameter that is an enum.
*)allowedValues : StringList.t option;The valid values for a control parameter that is an enum.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]