workflows
Retrieves a list of workflows
in a region
Overview
Name | workflows |
Type | Resource |
Description | workflows |
Id | awscc.omics.workflows |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.omics.workflows
WHERE region = 'us-east-1'
Permissions
To operate on the workflows
resource, the following permissions are required:
Create
omics:CreateWorkflow,
omics:GetWorkflow,
omics:TagResource,
s3:PutObject,
s3:GetObject,
s3:GetObjectAttributes,
s3:HeadObject,
s3:GetEncryptionConfiguration,
kms:Decrypt,
kms:GenerateDataKey,
kms:GenerateDataKeyPair,
kms:GenerateDataKeyPairWithoutPlaintext,
kms:GenerateDataKeyWithoutPlaintext
List
omics:ListWorkflows