AWS::Omics::RunGroupDefinition of AWS::Omics::RunGroup Resource Type
6 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
MaxCpus | number | |
MaxDuration | number | |
MaxGpus | number | |
MaxRuns | number | |
Name | string | |
Tags | TagMap |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreationTime | string | - |
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Omics::RunGroup
Resources:
MyResource:
Type: AWS::Omics::RunGroup
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
omics:CreateRunGroupomics:TagResourceomics:GetRunGroupomics:UpdateRunGroupomics:TagResourceomics:GetRunGroupomics:ListTagsForResourceomics:UntagResourceomics:DeleteRunGroupomics:GetRunGroupomics:ListRunGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId