Values.BillOfMaterialsImportJobSourceThe BillOfMaterialsImportJob details.
type nonrec t = {instanceId : UUID.t option;The BillOfMaterialsImportJob instanceId.
*)jobId : UUID.t option;The BillOfMaterialsImportJob jobId.
*)status : ConfigurationJobStatus.t option;The BillOfMaterialsImportJob ConfigurationJobStatus.
*)s3uri : ConfigurationS3Uri.t option;The S3 URI from which the CSV is read.
*)message : String_.t option;When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.
*)}