AWS Fundamentals Logo
AWS Fundamentals
AWS::Omics::RunGroup

Omics RunGroup

Definition of AWS::Omics::RunGroup Resource Type

Properties

6 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
MaxCpus
number
MaxDuration
number
MaxGpus
number
MaxRuns
number
Name
string
Tags
TagMap

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CreationTimestring-
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

omics:CreateRunGroupomics:TagResource

read

omics:GetRunGroup

update

omics:UpdateRunGroupomics:TagResourceomics:GetRunGroupomics:ListTagsForResourceomics:UntagResource

delete

omics:DeleteRunGroupomics:GetRunGroup

list

omics:ListRunGroups

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

ServiceOmics
Properties9
Required0
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links