Skip to main content

workflows_list_only

Lists workflows in a region or regions, for all properties use workflows

Overview

Nameworkflows_list_only
TypeResource
DescriptionResource Type definition for AWS::Transfer::Workflow
Idaws.transfer.workflows_list_only

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.
tagsarrayKey-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.
descriptionstringA textual description for the workflow.
workflow_idstringA unique identifier for the workflow.
arnstringSpecifies the unique Amazon Resource Name (ARN) for the workflow.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all workflows in a region.

SELECT
region,
workflow_id
FROM aws.transfer.workflows_list_only
WHERE region = 'us-east-1';

Permissions

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