workflows
Retrieves a list of workflows
in a region
Overview
Name | workflows |
Type | Resource |
Description | workflows |
Id | awscc.transfer.workflows |
Fields
Name | Datatype | Description |
---|---|---|
workflow_id | string | A unique identifier for the workflow. |
region | string | AWS 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