---
title: AWS HealthOmics Workflow Version
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > AWS HealthOmics Workflow Version
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# AWS HealthOmics Workflow Version

AWS HealthOmics Workflow Version represents a specific version of a workflow within AWS HealthOmics. It provides details about the workflow's configuration, metadata, and versioning information, enabling users to manage and execute bioinformatics workflows reproducibly and consistently across different analysis runs.

```
aws.omics_workflow_version
```

## Fields

| Title                         | ID   | Type       | Data Type                                                                                                                                                                                                                                          | Description |
| ----------------------------- | ---- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                          | core | string     |
| accelerators                  | core | string     | The accelerator for this workflow version.                                                                                                                                                                                                         |
| account_id                    | core | string     |
| arn                           | core | string     | ARN of the workflow version.                                                                                                                                                                                                                       |
| container_registry_map        | core | json       | The registry map that this workflow version uses.                                                                                                                                                                                                  |
| creation_time                 | core | timestamp  | When the workflow version was created.                                                                                                                                                                                                             |
| definition                    | core | string     | Definition of the workflow version.                                                                                                                                                                                                                |
| definition_repository_details | core | json       | Details about the source code repository that hosts the workflow version definition files.                                                                                                                                                         |
| description                   | core | string     | Description of the workflow version.                                                                                                                                                                                                               |
| digest                        | core | string     | The workflow version's digest.                                                                                                                                                                                                                     |
| engine                        | core | string     | The workflow engine for this workflow version.                                                                                                                                                                                                     |
| main                          | core | string     | The path of the main definition file for the workflow.                                                                                                                                                                                             |
| metadata                      | core | hstore     | The metadata for the workflow version.                                                                                                                                                                                                             |
| parameter_template            | core | string     | The parameter template for the workflow version.                                                                                                                                                                                                   |
| readme                        | core | string     | The README content for the workflow version, providing documentation and usage information specific to this version.                                                                                                                               |
| readme_path                   | core | string     | The path to the workflow version README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used. |
| status                        | core | string     | The workflow version status                                                                                                                                                                                                                        |
| status_message                | core | string     | The workflow version status message                                                                                                                                                                                                                |
| storage_capacity              | core | int64      | The default run storage capacity for static storage.                                                                                                                                                                                               |
| storage_type                  | core | string     | The default storage type for the run.                                                                                                                                                                                                              |
| tags                          | core | hstore_csv |
| type                          | core | string     | The workflow version type                                                                                                                                                                                                                          |
| uuid                          | core | string     | The universally unique identifier (UUID) value for this workflow version                                                                                                                                                                           |
| version_name                  | core | string     | The workflow version name.                                                                                                                                                                                                                         |
| workflow_bucket_owner_id      | core | string     | Amazon Web Services Id of the owner of the bucket.                                                                                                                                                                                                 |
| workflow_id                   | core | string     | The workflow's ID.                                                                                                                                                                                                                                 |
