Values_1.ProvisioningParameterSourceA key value pair used when you provision a project as a service catalog product. For information, see What is Amazon Web Services Service Catalog.
type nonrec t = {key : ProvisioningParameterKey.t option;The key that identifies a provisioning parameter.
*)value : ProvisioningParameterValue.t option;The value of the provisioning parameter.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ProvisioningParameterKey.t ]) list ]