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

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

# AWS HealthOmics Workflow

AWS HealthOmics Workflow is a managed service that enables users to create, run, and manage bioinformatics workflows for analyzing omics data such as genomics, transcriptomics, and proteomics. It supports standard workflow languages and integrates with AWS storage and compute services to scale analyses efficiently.

```
aws.omics_workflow
```

## Fields

| Title                         | ID   | Type       | Data Type                                                                                                                                                                                                                                  | Description |
| ----------------------------- | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| _key                          | core | string     |
| accelerators                  | core | string     | The computational accelerator specified to run the workflow.                                                                                                                                                                               |
| account_id                    | core | string     |
| arn                           | core | string     | The workflow's ARN.                                                                                                                                                                                                                        |
| container_registry_map        | core | json       | The registry map that this workflow is using.                                                                                                                                                                                              |
| creation_time                 | core | timestamp  | When the workflow was created.                                                                                                                                                                                                             |
| definition                    | core | string     | The workflow's definition.                                                                                                                                                                                                                 |
| definition_repository_details | core | json       | Details about the source code repository that hosts the workflow definition files.                                                                                                                                                         |
| description                   | core | string     | The workflow's description.                                                                                                                                                                                                                |
| digest                        | core | string     | The workflow's digest.                                                                                                                                                                                                                     |
| engine                        | core | string     | The workflow's engine.                                                                                                                                                                                                                     |
| id                            | core | string     | The workflow's ID.                                                                                                                                                                                                                         |
| main                          | core | string     | The path of the main definition file for the workflow.                                                                                                                                                                                     |
| metadata                      | core | hstore     | Gets metadata for the workflow.                                                                                                                                                                                                            |
| name                          | core | string     | The workflow's name.                                                                                                                                                                                                                       |
| parameter_template            | core | string     | The workflow's parameter template.                                                                                                                                                                                                         |
| readme                        | core | string     | The README content for the workflow, providing documentation and usage information.                                                                                                                                                        |
| readme_path                   | core | string     | The path to the workflow 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's status.                                                                                                                                                                                                                     |
| status_message                | core | string     | The workflow's status message.                                                                                                                                                                                                             |
| storage_capacity              | core | int64      | The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.                                                                                                                                    |
| storage_type                  | core | string     | The default storage type for runs using this workflow.                                                                                                                                                                                     |
| tags                          | core | hstore_csv |
| type                          | core | string     | The workflow's type.                                                                                                                                                                                                                       |
| uuid                          | core | string     | The universally unique identifier (UUID) value for this workflow.                                                                                                                                                                          |
