Values.EnvironmentConfigurationSourceThe configuration of an environment.
type nonrec t = {name : EnvironmentConfigurationName.t;The environment name.
*)id : EnvironmentConfigurationId.t option;The environment ID.
*)environmentBlueprintId : EnvironmentBlueprintId.t;The environment blueprint ID.
*)description : Description.t option;The environment description.
*)deploymentMode : DeploymentMode.t option;The deployment mode of the environment.
*)configurationParameters : EnvironmentConfigurationParametersDetails.t option;The configuration parameters of the environment.
*)awsAccount : AwsAccount.t option;The Amazon Web Services account of the environment.
*)accountPools : AccountPoolList.t option;The account pools used by a custom project profile.
*)awsRegion : Region.t option;The Amazon Web Services Region of the environment.
*)deploymentOrder : DeploymentOrder.t option;The deployment order of the environment.
*)}val make :
?id:??? ->
?description:??? ->
?deploymentMode:??? ->
?configurationParameters:??? ->
?awsAccount:??? ->
?accountPools:??? ->
?awsRegion:??? ->
?deploymentOrder:??? ->
name:EnvironmentConfigurationName.t ->
environmentBlueprintId:EnvironmentBlueprintId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of DeploymentOrder.t
| `List of [> `String of AccountPoolId.t ] list
| `String of EnvironmentConfigurationName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of
EnvironmentConfigurationParameterName.t ])
list ]
list
| `String of ParameterStorePath.t ])
list ])
list ]