workflows_list_only
Lists workflows
in a region or regions, for all properties use workflows
Overview
Name | workflows_list_only |
Type | Resource |
Description | Definition of AWS::Omics::Workflow Resource Type |
Id | aws.omics.workflows_list_only |
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 | A map of resource tags |
type | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all workflows
in a region.
SELECT
region,
id
FROM aws.omics.workflows_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the workflows_list_only
resource, see workflows