AWS::Omics::RunGroup - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Omics::RunGroup

Creates a run group.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Omics::RunGroup", "Properties" : { "MaxCpus" : Number, "MaxDuration" : Number, "MaxGpus" : Number, "MaxRuns" : Number, "Name" : String, "Tags" : {Key: Value, ...} } }

YAML

Type: AWS::Omics::RunGroup Properties: MaxCpus: Number MaxDuration: Number MaxGpus: Number MaxRuns: Number Name: String Tags: Key: Value

Properties

MaxCpus

The group's maximum CPU count setting.

Required: No

Type: Number

Minimum: 1

Maximum: 100000

Update requires: No interruption

MaxDuration

The group's maximum duration setting in minutes.

Required: No

Type: Number

Minimum: 1

Maximum: 100000

Update requires: No interruption

MaxGpus

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

Required: No

Type: Number

Minimum: 1

Maximum: 100000

Update requires: No interruption

MaxRuns

The group's maximum concurrent run setting.

Required: No

Type: Number

Minimum: 1

Maximum: 100000

Update requires: No interruption

Name

The group's name.

Required: No

Type: String

Pattern: ^[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+$

Minimum: 1

Maximum: 128

Update requires: No interruption

Tags

Tags for the group.

Required: No

Type: Object of String

Pattern: .+

Minimum: 0

Maximum: 256

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the details of this resource. For example:

{ "Ref": "RunGroup.CreationTime" } Ref returns the timestamp for a run group.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

Arn

The run group's ARN.

CreationTime

When the run group was created.

Id

The run group's ID.