Values.CreateEnvironmentBlueprintInputSourceCreates a Amazon DataZone blueprint.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the domain in which this blueprint is created.
*)name : EnvironmentBlueprintName.t;The name of this Amazon DataZone blueprint.
*)description : Description.t option;The description of the Amazon DataZone blueprint.
*)provisioningProperties : ProvisioningProperties.t;The provisioning properties of this Amazon DataZone blueprint.
*)userParameters : CustomParameterList.t option;The user parameters of this Amazon DataZone blueprint.
*)}val make :
?description:??? ->
?userParameters:??? ->
domainIdentifier:DomainId.t ->
name:EnvironmentBlueprintName.t ->
provisioningProperties:ProvisioningProperties.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of CustomParameterKeyNameString.t ])
list ]
list
| `String of DomainId.t
| `Structure of
(string
* [> `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]