Skip to main content

workflow_tags

Expands all tag keys and values for workflows in a region

Overview

Nameworkflow_tags
TypeResource
DescriptionDefinition of AWS::Omics::Workflow Resource Type
Idaws.omics.workflow_tags

Fields

NameDatatypeDescription
arnstring
creation_timestring
definition_uristring
descriptionstring
enginestring
idstring
mainstring
namestring
parameter_templateobject
statusstring
acceleratorsstring
storage_capacitynumber
typestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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