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

The store's parsing options.

Syntax

To declare this entity in your Amazon 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