View a markdown version of this page

AWS::Omics::ReadSet - AWS CloudFormation

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: String FileType: String Name: String ReferenceArn: String SampleId: String SequenceStoreId: String SubjectId: 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: 1

Maximum: 255

Update requires: Replacement

FileType

The read set's file type.

Required: No

Type: String

Allowed values: FASTQ | BAM | CRAM | UBAM

Update 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: 1

Maximum: 127

Update requires: Replacement

ReferenceArn

The read set's genome reference ARN.

Required: No

Type: String

Pattern: ^arn:.+$

Minimum: 1

Maximum: 127

Update 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: 1

Maximum: 127

Update requires: Replacement

SequenceStoreId

The read set's sequence store ID.

Required: No

Type: String

Pattern: ^[0-9]+$

Minimum: 10

Maximum: 36

Update 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: 1

Maximum: 127

Update requires: Replacement

Return values

Ref

Fn::GetAtt

Arn

The read set's ARN.

CreationJobId

Property 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.