Values.EnvironmentConfigurationParameterSourceThe environment configuration parameter.
type nonrec t = {name : EnvironmentConfigurationParameterName.t option;The name of the environment configuration parameter.
*)value : String_.t option;The value of the environment configuration parameter.
*)isEditable : Boolean.t option;Specifies whether the environment parameter is editable.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of EnvironmentConfigurationParameterName.t ])
list ]