Skip to main content

workflows

Retrieves a list of workflows in a region

Overview

Nameworkflows
TypeResource
Descriptionworkflows
Idawscc.omics.workflows

Fields

NameDatatypeDescription
idstring
regionstringAWS 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