Skip to main content

workflow_tags

Expands all tag keys and values for workflows in a region

Overview

Nameworkflow_tags
TypeResource
DescriptionResource Type definition for AWS::Transfer::Workflow
Idaws.transfer.workflow_tags

Fields

NameDatatypeDescription
on_exception_stepsarraySpecifies the steps (actions) to take if any errors are encountered during execution of the workflow.
stepsarraySpecifies the details for the steps that are in the specified workflow.
descriptionstringA textual description for the workflow.
workflow_idstringA unique identifier for the workflow.
arnstringSpecifies the unique Amazon Resource Name (ARN) for the workflow.
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,
on_exception_steps,
steps,
description,
workflow_id,
arn,
tag_key,
tag_value
FROM aws.transfer.workflow_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the workflow_tags resource, see workflows