Skip to main content

workflows

Retrieves a list of workflows in a region

Overview

Nameworkflows
TypeResource
Descriptionworkflows
Idawscc.transfer.workflows

Fields

NameDatatypeDescription
workflow_idstringA unique identifier for the workflow.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
workflow_id
FROM awscc.transfer.workflows
WHERE region = 'us-east-1'

Permissions

To operate on the workflows resource, the following permissions are required:

Create

transfer:CreateWorkflow,
transfer:TagResource

List

transfer:ListWorkflows