This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Omics::ReadSet
The AWS::Omics::ReadSet resource Property description not available. for Omics.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Omics::ReadSet", "Properties" : { "Description" :String, "FileType" :String, "Name" :String, "ReferenceArn" :String, "SampleId" :String, "SequenceStoreId" :String, "SubjectId" :String} }
YAML
Type: AWS::Omics::ReadSet Properties: Description:StringFileType:StringName:StringReferenceArn:StringSampleId:StringSequenceStoreId:StringSubjectId:String
Properties
Description-
The read set's description.
Required: No
Type: String
Pattern:
^[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+$Minimum:
1Maximum:
255Update requires: Replacement
FileType-
The read set's file type.
Required: No
Type: String
Allowed values:
FASTQ | BAM | CRAM | UBAMUpdate requires: Replacement
Name-
The read set's name.
Required: No
Type: String
Pattern:
^[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+$Minimum:
1Maximum:
127Update requires: Replacement
ReferenceArn-
The read set's genome reference ARN.
Required: No
Type: String
Pattern:
^arn:.+$Minimum:
1Maximum:
127Update requires: Replacement
SampleId-
The read set's sample ID.
Required: No
Type: String
Pattern:
^[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+$Minimum:
1Maximum:
127Update requires: Replacement
SequenceStoreId-
The read set's sequence store ID.
Required: No
Type: String
Pattern:
^[0-9]+$Minimum:
10Maximum:
36Update requires: Replacement
SubjectId-
The read set's subject ID.
Required: No
Type: String
Pattern:
^[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+$Minimum:
1Maximum:
127Update requires: Replacement
Return values
Ref
Fn::GetAtt
Arn-
The read set's ARN.
CreationJobIdProperty description not available.
CreationTime-
When the read set was created.
CreationType-
The creation type of the read set.
ReadSetId-
The source's read set ID.
Status-
The read set's status.
Tags-
The source's tags.