Values.EnvironmentConfigurationUserParameterSourceThe environment configuration user parameters.
type nonrec t = {environmentId : EnvironmentId.t option;The ID of the environment.
*)environmentResolvedAccount : EnvironmentResolvedAccount.t option;Specifies the account/Region that is to be used during project creation for a particular blueprint.
*)environmentConfigurationName : EnvironmentConfigurationName.t option;The environment configuration name.
*)environmentParameters : EnvironmentParametersList.t option;The environment parameters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of EnvironmentId.t
| `Structure of (string * [> `String of AwsAccountId.t ]) list ])
list ]