Values.CreateEnvironmentProfileInputSourceCreates an Amazon DataZone environment profile.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain in which this environment profile is created.
*)name : EnvironmentProfileName.t;The name of this Amazon DataZone environment profile.
*)description : Description.t option;The description of this Amazon DataZone environment profile.
*)environmentBlueprintIdentifier : EnvironmentBlueprintId.t;The ID of the blueprint with which this environment profile is created.
*)projectIdentifier : ProjectId.t;The identifier of the project in which to create the environment profile.
*)userParameters : EnvironmentParametersList.t option;The user parameters of this Amazon DataZone environment profile.
*)awsAccountId : AwsAccountId.t option;The Amazon Web Services account in which the Amazon DataZone environment is created.
*)awsAccountRegion : AwsRegion.t option;The Amazon Web Services region in which this environment profile is created.
*)}val make :
?description:??? ->
?userParameters:??? ->
?awsAccountId:??? ->
?awsAccountRegion:??? ->
domainIdentifier:DomainId.t ->
name:EnvironmentProfileName.t ->
environmentBlueprintIdentifier:EnvironmentBlueprintId.t ->
projectIdentifier:ProjectId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of DomainId.t ])
list ]