AWS::Omics::RunGroupCreates 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 { CfnRunGroup } from 'aws-cdk-lib/aws-omics';Or use the module namespace:
import * as omics from 'aws-cdk-lib/aws-omics';
// omics.CfnRunGroupConfiguration passed to the constructor as CfnRunGroupProps.
maxCpusOptionalnumberThe group's maximum CPU count setting.
maxDurationOptionalnumberThe group's maximum duration setting in minutes.
maxGpusOptionalnumberThe maximum GPUs that can be used by a run group.
maxRunsOptionalnumberThe group's maximum concurrent run setting.
nameOptionalstringThe group's name.
tagsOptional{ [key: string]: string }Tags for the group.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-omicsAWS::Omics::RunGroup