---
type: resource-type
title: OmicsWorkflow
description: aws resource type AWS::Omics::Workflow
name: OmicsWorkflow
lexicon: aws
resource_type: AWS::Omics::Workflow
---
`AWS::Omics::Workflow`, a resource type of the aws lexicon.

## Properties

- `Accelerators` (`OmicsWorkflow_Accelerators`, optional)
- `Arn` (`string`, optional)
- `ContainerRegistryMap` (`OmicsWorkflow_ContainerRegistryMap`, optional)
- `ContainerRegistryMapUri` (`string`, optional)
- `CreationTime` (`string`, optional)
- `DefinitionRepository` (`OmicsWorkflow_DefinitionRepository`, optional)
- `DefinitionUri` (`string`, optional)
- `Description` (`string`, optional)
- `Engine` (`OmicsWorkflow_WorkflowEngine`, optional)
- `Id` (`string`, optional)
- `Main` (`string`, optional)
- `Name` (`string`, optional)
- `ParameterTemplate` (`Record<string, unknown>`, optional)
- `ParameterTemplatePath` (`string`, optional): Path to the primary workflow parameter template JSON file inside the repository
- `readmeMarkdown` (`string`, optional): The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
- `readmePath` (`string`, optional): 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.
- `readmeUri` (`string`, optional): The S3 URI of the README file for the workflow. This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
- `Status` (`OmicsWorkflow_WorkflowStatus`, optional)
- `StorageCapacity` (`number`, optional)
- `StorageType` (`OmicsWorkflow_StorageType`, optional)
- `Tags` (`Record<string, unknown>`, optional)
- `Type` (`OmicsWorkflow_WorkflowType`, optional)
- `Uuid` (`string`, optional)
- `WorkflowBucketOwnerId` (`string`, optional): Optional workflow bucket owner ID to verify the workflow bucket

## Attributes

- `Arn`
- `CreationTime`
- `Id`
- `Status`
- `Type`
- `Uuid`
