Values.UpdateEnvironmentBlueprintInputSourceUpdates an environment blueprint in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the Amazon DataZone domain in which an environment blueprint is to be updated.
*)identifier : EnvironmentBlueprintId.t;The identifier of the environment blueprint to be updated.
*)description : String_.t option;The description to be updated as part of the UpdateEnvironmentBlueprint action.
*)provisioningProperties : ProvisioningProperties.t option;The provisioning properties to be updated as part of the UpdateEnvironmentBlueprint action.
*)userParameters : CustomParameterList.t option;The user parameters to be updated as part of the UpdateEnvironmentBlueprint action.
*)}val make :
?description:??? ->
?provisioningProperties:??? ->
?userParameters:??? ->
domainIdentifier:DomainId.t ->
identifier:EnvironmentBlueprintId.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 ]