workflow
Gets an individual workflow
resource
Overview
Name | workflow |
Type | Resource |
Description | workflow |
Id | awscc.omics.workflow |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
creation_time | string | |
definition_uri | string | |
description | string | |
engine | string | |
id | string | |
main | string | |
name | string | |
parameter_template | object | |
status | string | |
accelerators | string | |
storage_capacity | number | |
tags | object | |
type | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
creation_time,
definition_uri,
description,
engine,
id,
main,
name,
parameter_template,
status,
accelerators,
storage_capacity,
tags,
type
FROM awscc.omics.workflow
WHERE data__Identifier = '<Id>';
Permissions
To operate on the workflow
resource, the following permissions are required:
Read
omics:GetWorkflow
Update
omics:UpdateWorkflow,
omics:GetWorkflow,
omics:TagResource,
omics:ListTagsForResource,
omics:UntagResource
Delete
omics:DeleteWorkflow,
omics:GetWorkflow