Values.WorkflowVersionSourceContains details about this version of the workflow.
type nonrec t = {arn : WorkflowVersionArn.t option;The Amazon Resource Name (ARN) of the workflow resource.
*)name : ResourceName.t option;The name of the workflow.
*)version : VersionNumber.t option;The semantic version of the workflow resource. The format includes three nodes: <major>.<minor>.<patch>.
*)description : NonEmptyString.t option;Describes the workflow.
*)type_ : WorkflowType.t option;The image creation stage that this workflow applies to. Image Builder currently supports build and test stage workflows.
*)owner : NonEmptyString.t option;The owner of the workflow resource.
*)dateCreated : DateTime.t option;The timestamp when Image Builder created the workflow version.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of WorkflowVersionArn.t ]) list ]