Values.ProvisionedResourceSourceDetail data for a provisioned resource.
type nonrec t = {identifier : ProvisionedResourceIdentifier.t option;The provisioned resource identifier.
*)name : ProvisionedResourceName.t option;The provisioned resource name.
*)provisioningEngine : ProvisionedResourceEngine.t option;The resource provisioning engine. At this time, CLOUDFORMATION can be used for Amazon Web Services-managed provisioning, and TERRAFORM can be used for self-managed provisioning. For more information, see Self-managed provisioning in the Proton User Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of ProvisionedResourceIdentifier.t ])
list ]