run_groups_list_only
Lists run_groups
in a region or regions, for all properties use run_groups
Overview
Name | run_groups_list_only |
Type | Resource |
Description | Definition of AWS::Omics::RunGroup Resource Type |
Id | aws.omics.run_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
creation_time | string | |
id | string | |
max_cpus | number | |
max_gpus | number | |
max_duration | number | |
max_runs | number | |
name | string | |
tags | object | A map of resource tags |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all run_groups
in a region.
SELECT
region,
id
FROM aws.omics.run_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the run_groups_list_only
resource, see run_groups