Values.CreateEnvironmentInputSourceCreate an Amazon DataZone environment.
type nonrec t = {projectIdentifier : ProjectId.t;The identifier of the Amazon DataZone project in which this environment is created.
*)domainIdentifier : DomainId.t;The identifier of the Amazon DataZone domain in which the environment is created.
*)description : String_.t option;The description of the Amazon DataZone environment.
*)name : String_.t;The name of the Amazon DataZone environment.
*)environmentProfileIdentifier : EnvironmentProfileId.t option;The identifier of the environment profile that is used to create this Amazon DataZone environment.
*)userParameters : EnvironmentParametersList.t option;The user parameters of this Amazon DataZone environment.
*)glossaryTerms : GlossaryTerms.t option;The glossary terms that can be used in this Amazon DataZone environment.
*)environmentAccountIdentifier : String_.t option;The ID of the account in which the environment is being created.
*)environmentAccountRegion : String_.t option;The region of the account in which the environment is being created.
*)environmentBlueprintIdentifier : String_.t option;The ID of the blueprint with which the environment is being created.
*)deploymentOrder : Integer.t option;The deployment order of the environment.
*)environmentConfigurationId : String_.t option;The configuration ID of the environment.
*)environmentConfigurationName : EnvironmentConfigurationName.t option;The configuration name of the environment.
*)}val make :
?description:??? ->
?environmentProfileIdentifier:??? ->
?userParameters:??? ->
?glossaryTerms:??? ->
?environmentAccountIdentifier:??? ->
?environmentAccountRegion:??? ->
?environmentBlueprintIdentifier:??? ->
?deploymentOrder:??? ->
?environmentConfigurationId:??? ->
?environmentConfigurationName:??? ->
projectIdentifier:ProjectId.t ->
domainIdentifier:DomainId.t ->
name:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `String of GlossaryTermId.t
| `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of ProjectId.t ])
list ]