AWS::Omics::AnnotationStore TsvStoreOptions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::AnnotationStore TsvStoreOptions

The store's parsing options.

Syntax

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

JSON

{ "AnnotationType" : String, "FormatToHeader" : {Key: Value, ...}, "Schema" : [ {Key: Value, ...}, ... ] }

YAML

AnnotationType: String FormatToHeader: Key: Value Schema: - Key: Value

Properties

AnnotationType

The store's annotation type.

Required: No

Type: String

Allowed values: GENERIC | CHR_POS | CHR_POS_REF_ALT | CHR_START_END_ONE_BASE | CHR_START_END_REF_ALT_ONE_BASE | CHR_START_END_ZERO_BASE | CHR_START_END_REF_ALT_ZERO_BASE

Update requires: Replacement

FormatToHeader

The store's header key to column name mapping.

Required: No

Type: Object of String

Pattern: .+

Minimum: 0

Maximum: 1000

Update requires: Replacement

Schema

The schema of an annotation store.

Required: No

Type: Array of Object

Minimum: 1

Maximum: 5000

Update requires: Replacement