workflow_tags
Expands all tag keys and values for workflows
in a region
Overview
Name | workflow_tags |
Type | Resource |
Description | Definition of AWS::Omics::Workflow Resource Type |
Id | aws.omics.workflow_tags |
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 | |
type | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all workflows
in a region.
SELECT
region,
arn,
creation_time,
definition_uri,
description,
engine,
id,
main,
name,
parameter_template,
status,
accelerators,
storage_capacity,
type,
tag_key,
tag_value
FROM aws.omics.workflow_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the workflow_tags
resource, see workflows