AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Omics::RunGroup

CfnRunGroup

Creates a run group to limit the compute resources for the runs that are added to the group. Returns an ARN, ID, and tags for the run group.

Import

import { CfnRunGroup } from 'aws-cdk-lib/aws-omics';

Or use the module namespace:

import * as omics from 'aws-cdk-lib/aws-omics';
// omics.CfnRunGroup

Properties

Configuration passed to the constructor as CfnRunGroupProps.

maxCpusOptional
number

The group's maximum CPU count setting.

maxDurationOptional
number

The group's maximum duration setting in minutes.

maxGpusOptional
number

The maximum GPUs that can be used by a run group.

maxRunsOptional
number

The group's maximum concurrent run setting.

nameOptional
string

The group's name.

tagsOptional
{ [key: string]: string }

Tags for the group.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-omics
CFN TypeAWS::Omics::RunGroup
Properties6

External Links