AWS::Omics::RunGroup
Creates a run group.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Omics::RunGroup", "Properties" : { "MaxCpus" :
Double
, "MaxDuration" :Double
, "MaxRuns" :Double
, "Name" :String
, "Tags" :{
} }Key
:Value
, ...}
YAML
Type: AWS::Omics::RunGroup Properties: MaxCpus:
Double
MaxDuration:Double
MaxRuns:Double
Name:String
Tags:
Key
:Value
Properties
MaxCpus
-
The group's maximum CPU count setting.
Required: No
Type: Double
Minimum:
1
Maximum:
100000
Update requires: No interruption
MaxDuration
-
The group's maximum duration setting in minutes.
Required: No
Type: Double
Minimum:
1
Maximum:
100000
Update requires: No interruption
MaxRuns
-
The group's maximum concurrent run setting.
Required: No
Type: Double
Minimum:
1
Maximum:
100000
Update requires: No interruption
Name
-
The group's name.
Required: No
Type: String
Minimum:
1
Maximum:
128
Pattern:
[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+
Update requires: No interruption
Tags
-
Tags for the group.
Required: No
Type: Map of String
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.