workflow_tags
Expands all tag keys and values for workflows in a region
Overview
| Name | workflow_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::Transfer::Workflow |
| Id | aws.transfer.workflow_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
on_exception_steps | array | Specifies the steps (actions) to take if any errors are encountered during execution of the workflow. |
steps | array | Specifies the details for the steps that are in the specified workflow. |
description | string | A textual description for the workflow. |
workflow_id | string | A unique identifier for the workflow. |
arn | string | Specifies the unique Amazon Resource Name (ARN) for the workflow. |
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,
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