run_group
Gets an individual run_group
resource
Overview
Name | run_group |
Type | Resource |
Description | run_group |
Id | awscc.omics.run_group |
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 | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
creation_time,
id,
max_cpus,
max_gpus,
max_duration,
max_runs,
name,
tags
FROM awscc.omics.run_group
WHERE data__Identifier = '<Id>';
Permissions
To operate on the run_group
resource, the following permissions are required:
Read
omics:GetRunGroup
Update
omics:UpdateRunGroup,
omics:TagResource,
omics:GetRunGroup,
omics:ListTagsForResource,
omics:UntagResource
Delete
omics:DeleteRunGroup,
omics:GetRunGroup